Skip to content

Commit 05c804f

Browse files
committed
chore: use latest 3.14 beta 1
1 parent 215669f commit 05c804f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
]
2727
include:
2828
# Add exact version 3.14.0-alpha.0 for ubuntu-latest only
29-
- python-version: 3.14.0-alpha.7
29+
- python-version: 3.14.0-beta.1
3030
tox-python-version: py314-full
3131
os: ubuntu-latest
3232
exclude:
3333
# Exclude other OSes with Python 3.14.0-alpha.0
34-
- python-version: 3.14.0-alpha.7
34+
- python-version: 3.14.0-beta.1
3535
tox-python-version: py314-full
3636
os: windows-latest
37-
- python-version: 3.14.0-alpha.7
37+
- python-version: 3.14.0-beta.1
3838
os: macos-latest
3939
tox-python-version: py314-full
4040

0 commit comments

Comments
 (0)