Skip to content

Commit 2918793

Browse files
committed
feat: better support python 3.14.0 alpha2
1 parent bf6363d commit 2918793

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,12 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13']
15+
python-version: [pypy-3.10, '3.10', '3.11' , '3.12', '3.13', '3.14.0-alpha.2']
1616
os: [
1717
ubuntu-latest,
1818
windows-latest,
1919
macos-latest,
2020
]
21-
include:
22-
# Add exact version 3.14.0-alpha.0 for ubuntu-latest only
23-
- python-version: '3.14.0-alpha.0'
24-
os: ubuntu-latest
25-
exclude:
26-
# Exclude other OSes with Python 3.14.0-alpha.0
27-
- python-version: '3.14.0-alpha.0'
28-
os: windows-latest
29-
- python-version: '3.14.0-alpha.0'
30-
os: macos-latest
3121

3222
steps:
3323
- uses: actions/[email protected]

0 commit comments

Comments
 (0)