diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d178c8b..f174bf5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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 diff --git a/CHANGES/223.breaking.rst b/CHANGES/223.breaking.rst new file mode 120000 index 0000000..e5db612 --- /dev/null +++ b/CHANGES/223.breaking.rst @@ -0,0 +1 @@ +223.packaging.rst \ No newline at end of file diff --git a/CHANGES/223.packaging.rst b/CHANGES/223.packaging.rst new file mode 100644 index 0000000..54d0817 --- /dev/null +++ b/CHANGES/223.packaging.rst @@ -0,0 +1 @@ +Dropped support for free-threaded Python 3.13 -- by :user:`Vizonex`. diff --git a/pyproject.toml b/pyproject.toml index 399c4e8..b0c956a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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