Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 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
6 changes: 1 addition & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
pyver:
- 3.14t
- 3.14
- 3.13t
# Skipping 3.13t because cibuildwheel dropped support
- 3.13
- 3.12
- 3.11
Expand All @@ -191,10 +191,6 @@ jobs:
no-extensions: Y
- os: windows
no-extensions: Y
- os: macos
pyver: 3.13t # this is still tested within cibuildwheel
- os: windows
pyver: 3.13t # this is still tested within cibuildwheel
- no-extensions: Y
debug: Y
include:
Expand Down
1 change: 1 addition & 0 deletions CHANGES/1326.packaging.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dropped support for free-threaded Python 3.13 -- by :user:`ngoldbaum`.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ test-requires = "-r requirements/pytest.txt"
test-command = 'pytest -m "not leaks" --no-cov {project}/tests'
# don't build PyPy wheels, install from source instead
skip = "pp*"
enable = ["cpython-freethreading"]

[tool.cibuildwheel.linux]
# Re-enable 32-bit builds (disabled by default in cibuildwheel 3.0)
Expand Down
Loading