Skip to content

Commit

Permalink
add free-threading support
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Dec 6, 2024
1 parent 94bdbf7 commit 8b3a937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
matrix:
python-version:
["3.9", "3.10", "3.11", "3.12", "3.13", pypy-3.9, pypy-3.10]
["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", pypy-3.9, pypy-3.10]
platform:
[
{
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: Quansight-Labs/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.platform.python-architecture }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased
### Packaging
- Drop support for Python 3.8. [#479](https://github.com/PyO3/setuptools-rust/pull/479)
- Support free-threaded Python. [#502](https://github.com/PyO3/setuptools-rust/pull/502)

## 1.10.2 (2024-10-02)
### Fixed
Expand Down

0 comments on commit 8b3a937

Please sign in to comment.