Skip to content

Commit

Permalink
feat: add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Jan 5, 2025
1 parent 41525c8 commit 3a3f9ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

name: Python ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with Postgr
> ```sh
> # Configure which llama-cpp-python precompiled binary to install (⚠️ On macOS only v0.3.2 is supported right now):
> LLAMA_CPP_PYTHON_VERSION=0.3.2
> PYTHON_VERSION=310
> PYTHON_VERSION=310|311|312
> ACCELERATOR=metal|cu121|cu122|cu123|cu124
> PLATFORM=macosx_11_0_arm64|linux_x86_64|win_amd64
>
Expand Down

0 comments on commit 3a3f9ad

Please sign in to comment.