Skip to content

Commit ac94b1d

Browse files
authored
feat: update to python 3.14.5 alpha' (#227)
1 parent 6f8dba5 commit ac94b1d

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
@@ -21,15 +21,15 @@ jobs:
2121
]
2222
include:
2323
# Add exact version 3.14.0-alpha.0 for ubuntu-latest only
24-
- python-version: '3.14.0-alpha.1'
24+
- python-version: '3.14.0-alpha.5'
2525
tox-python-version: py314-full
2626
os: ubuntu-latest
2727
exclude:
2828
# Exclude other OSes with Python 3.14.0-alpha.0
29-
- python-version: '3.14.0-alpha.1'
29+
- python-version: '3.14.0-alpha.5'
3030
tox-python-version: py314-full
3131
os: windows-latest
32-
- python-version: '3.14.0-alpha.1'
32+
- python-version: '3.14.0-alpha.5'
3333
os: macos-latest
3434
tox-python-version: py314-full
3535

0 commit comments

Comments
 (0)