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 cb3e0ca commit f91fa24Copy full SHA for f91fa24
.github/workflows/pythonpackage.yml
@@ -26,15 +26,15 @@ jobs:
26
]
27
include:
28
# Add exact version 3.14.0-alpha.0 for ubuntu-latest only
29
- - python-version: 3.14.0-alpha.6
+ - python-version: 3.14.0-alpha.7
30
tox-python-version: py314-full
31
os: ubuntu-latest
32
exclude:
33
# Exclude other OSes with Python 3.14.0-alpha.0
34
35
36
os: windows-latest
37
38
os: macos-latest
39
40
0 commit comments