Skip to content

Commit 61cbbf7

Browse files
authored
feat: try python 3.14 (#214)
1 parent bd5ef65 commit 61cbbf7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ jobs:
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
2131

2232
steps:
2333
- uses: actions/checkout@v4.1.7

0 commit comments

Comments
 (0)