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 5f226ca commit d582990Copy full SHA for d582990
.github/workflows/pythonpackage.yml
@@ -35,14 +35,14 @@ jobs:
35
macos-latest,
36
]
37
include:
38
- # Add exact version 3.14.0-rc.2 for ubuntu-latest only
39
- - python-version: 3.14.0-rc.2
+ # Add exact version 3.14.0-rc.3 for ubuntu-latest only
+ - python-version: 3.14.0-rc.3
40
os: ubuntu-latest
41
exclude:
42
- # Exclude other OSes with Python 3.14.0-rc.2
43
+ # Exclude other OSes with Python 3.14.0-rc.3
44
os: windows-latest
45
46
os: macos-latest
47
48
steps:
0 commit comments