Skip to content
Merged
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/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:
pyver:
- 3.14t
- 3.14
- 3.13t
# Skipping 3.13t because cibuildwheel dropped support
- 3.13
- 3.12
- 3.11
Expand Down
1 change: 1 addition & 0 deletions CHANGES/223.breaking.rst
1 change: 1 addition & 0 deletions CHANGES/223.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:`Vizonex`.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ emit_code_comments = "True"

[tool.cibuildwheel]
build-frontend = "build"
enable = ["cpython-freethreading"]
before-test = [
# NOTE: Attempt to have pip pre-compile PyYAML wheel with our build
# NOTE: constraints unset. The hope is that pip will cache that wheel
Expand Down
Loading