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
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.breaking.rst
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you symlink think to packaging? Also, I'm not sure if this counts as breaking.

cc @Dreamsorcerer @bdraco WDYT?

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 @@ -11,7 +11,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