Skip to content

Commit 4e15970

Browse files
committed
fix: try to get python 3.14 to work
1 parent cdd3ef5 commit 4e15970

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,17 @@ jobs:
2121
]
2222
include:
2323
# Add exact version 3.14.0-alpha.0 for ubuntu-latest only
24-
- python-version: '3.14.0-alpha.0'
24+
- python-version: '3.14.0-alpha.1'
25+
tox-python-version: py314-full
2526
os: ubuntu-latest
2627
exclude:
2728
# Exclude other OSes with Python 3.14.0-alpha.0
28-
- python-version: '3.14.0-alpha.0'
29+
- python-version: '3.14.0-alpha.1'
30+
tox-python-version: py314-full
2931
os: windows-latest
30-
- python-version: '3.14.0-alpha.0'
32+
- python-version: '3.14.0-alpha.1'
3133
os: macos-latest
34+
tox-python-version: py314-full
3235

3336
steps:
3437
- uses: actions/checkout@v4

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310, py311, py312, py313, py314, pypy310
2+
envlist = py310, py311, py312, py313, py314, pypy310, py314-full
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)