Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish wheels for Python 3.13 #658

Merged
merged 1 commit into from
Aug 9, 2024
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
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.
Loading