Skip to content

Commit fd0ad4c

Browse files
authored
prod release (#249)
1 parent d582990 commit fd0ad4c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,12 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13']
31+
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13', '3.14']
3232
os: [
3333
ubuntu-latest,
3434
windows-latest,
3535
macos-latest,
3636
]
37-
include:
38-
# Add exact version 3.14.0-rc.3 for ubuntu-latest only
39-
- python-version: 3.14.0-rc.3
40-
os: ubuntu-latest
41-
exclude:
42-
# Exclude other OSes with Python 3.14.0-rc.3
43-
- python-version: 3.14.0-rc.3
44-
os: windows-latest
45-
- python-version: 3.14.0-rc.3
46-
os: macos-latest
47-
4837
steps:
4938
- uses: actions/checkout@v4
5039
with:

0 commit comments

Comments
 (0)