Skip to content

Commit

Permalink
ci: add Python 3.12 and 3.13 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Jan 3, 2025
1 parent bbf4f65 commit f71516e
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", "3.13"]

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 f71516e

Please sign in to comment.