Skip to content

Commit d582990

Browse files
committed
bump python to latest rc2
1 parent 5f226ca commit d582990

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
macos-latest,
3636
]
3737
include:
38-
# Add exact version 3.14.0-rc.2 for ubuntu-latest only
39-
- python-version: 3.14.0-rc.2
38+
# Add exact version 3.14.0-rc.3 for ubuntu-latest only
39+
- python-version: 3.14.0-rc.3
4040
os: ubuntu-latest
4141
exclude:
42-
# Exclude other OSes with Python 3.14.0-rc.2
43-
- python-version: 3.14.0-rc.2
42+
# Exclude other OSes with Python 3.14.0-rc.3
43+
- python-version: 3.14.0-rc.3
4444
os: windows-latest
45-
- python-version: 3.14.0-rc.2
45+
- python-version: 3.14.0-rc.3
4646
os: macos-latest
4747

4848
steps:

0 commit comments

Comments
 (0)