8000 Revert python 3.12 tests · earonesty/llama-cpp-python@fe743b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe743b4

Browse files
committed
Revert python 3.12 tests
1 parent 6bddf62 commit fe743b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: windows-latest
3838
strategy:
3939
matrix:
40-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
40+
python-version: ["3.8", "3.9", "3.10", "3.11"]
4141

4242
steps:
4343
- uses: actions/checkout@v3
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: macos-latest
6161
strategy:
6262
matrix:
63-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
63+
python-version: ["3.8", "3.9", "3.10", "3.11"]
6464

6565
steps:
6666
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0