We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2dddc commit 6674aeeCopy full SHA for 6674aee
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
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']
+ python-version: ['3.10', '3.11', '3.12', '>=3.13.5 <3.14']
13
exclude:
14
# FIXME: Python 3.14 builds on Windows and macOS excluded until
15
# pywin32 and pyobjc add support for this new version.
0 commit comments