Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13']
tox-python-version: [pypy3.10, pypy3.11, py310, py311, py312, py313]
python-version: [pypy-3.10, pypy-3.11, '3.10', '3.11', '3.12', '3.13', '3.13t']
tox-python-version: [pypy3.10, pypy3.11, py310, py311, py312, py313, py313t]
os: [
ubuntu-latest,
windows-latest,
macos-latest,
]
include:
# Add exact version 3.14.0-alpha.0 for ubuntu-latest only
- python-version: 3.14.0-alpha.6
- python-version: 3.14.0-alpha.7
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.6
- python-version: 3.14.0-alpha.7
tox-python-version: py314-full
os: windows-latest
- python-version: 3.14.0-alpha.6
- python-version: 3.14.0-alpha.7
os: macos-latest
tox-python-version: py314-full

Expand Down
Loading