Skip to content

Commit c620804

Browse files
authored
feat: add support for Python 3.12 (#69)
1 parent 41525c8 commit c620804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.10", "3.11"]
17+
python-version: ["3.10", "3.11", "3.12"]
1818

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with Postgr
4444
> ```sh
4545
> # Configure which llama-cpp-python precompiled binary to install (⚠️ On macOS only v0.3.2 is supported right now):
4646
> LLAMA_CPP_PYTHON_VERSION=0.3.2
47-
> PYTHON_VERSION=310
47+
> PYTHON_VERSION=310|311|312
4848
> ACCELERATOR=metal|cu121|cu122|cu123|cu124
4949
> PLATFORM=macosx_11_0_arm64|linux_x86_64|win_amd64
5050
>

0 commit comments

Comments
 (0)