Skip to content

Commit 0ed9608

Browse files
committed
Disable Python 3.14 tests again for now
This breaks tests due to pygit2
1 parent 32b80b3 commit 0ed9608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [macos-13, ubuntu-latest, windows-2022]
12-
python-version: ['3.10', '3.11', '3.12', '>=3.13.5 <3.14', '3.14.0-beta.3']
12+
python-version: ['3.10', '3.11', '3.12', '>=3.13.5 <3.14']
1313
exclude:
1414
# FIXME: Python 3.14 builds on Windows and macOS excluded until
1515
# pywin32 and pyobjc add support for this new version.

0 commit comments

Comments
 (0)