Skip to content

Commit

Permalink
Publish wheels for Python 3.13
Browse files Browse the repository at this point in the history
Now that Python 3.13 is ABI stable, document that it is supported and
begin to publish wheels for it.

Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek authored and pablogsal committed Aug 9, 2024
1 parent 9044940 commit 9af8a8f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/---bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ body:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
validations:
required: true
- type: dropdown
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ jobs:
rmdir dist/{sdist,*-wheels}
rm -r dist/tests
ls -R dist
- name: Avoid publishing Python 3.13 wheels
run: |
rm -f dist/*cp313*
ls -l dist/
- uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true
Expand Down
2 changes: 1 addition & 1 deletion docs/supported_environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Supported Python versions

Every Python version that hasn't reached end of life is supported.

Currently that's Python 3.7 through 3.12.
Currently that's Python 3.8 through 3.13.

Supported operating systems
---------------------------
Expand Down
1 change: 1 addition & 0 deletions news/658.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Wheels are now published for Python 3.13, though we don't yet support free-threaded (no GIL) builds.

0 comments on commit 9af8a8f

Please sign in to comment.