Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t']
architecture: [ 'x64' ]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14 ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.14' ]
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t' ]
architecture: [ 'x86', 'x64', 'arm64' ]
# Exclude x86 configs on non-Windows OSs
exclude:
Expand Down
2 changes: 1 addition & 1 deletion requirements/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sip == 6.12.0

twine
requests >= 2.26.0
cython==3.0.10
cython
pytest
pytest-xdist
pytest-forked
Expand Down
Loading
Loading