Skip to content

Commit 9140284

Browse files
committed
Don't test on 3.14 yet
1 parent 21c277e commit 9140284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
21+
# Note: removed 3.14 because lingua-language-detector has no wheels yet
22+
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
2223
name: CI job (python ${{ matrix.python-version }})
2324

2425
steps:

0 commit comments

Comments
 (0)