Skip to content

Commit

Permalink
fix: try to get python 3.14 to work
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Dec 17, 2024
1 parent cdd3ef5 commit 4e15970
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@ jobs:
]
include:
# Add exact version 3.14.0-alpha.0 for ubuntu-latest only
- python-version: '3.14.0-alpha.0'
- python-version: '3.14.0-alpha.1'
tox-python-version: py314-full
os: ubuntu-latest
exclude:
# Exclude other OSes with Python 3.14.0-alpha.0
- python-version: '3.14.0-alpha.0'
- python-version: '3.14.0-alpha.1'
tox-python-version: py314-full
os: windows-latest
- python-version: '3.14.0-alpha.0'
- python-version: '3.14.0-alpha.1'
os: macos-latest
tox-python-version: py314-full

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py310, py311, py312, py313, py314, pypy310
envlist = py310, py311, py312, py313, py314, pypy310, py314-full

[testenv]
deps =
Expand Down

0 comments on commit 4e15970

Please sign in to comment.