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 5, 2024
1 parent 94bdbf7 commit 655e9a2
Showing 1 changed file with 2 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

0 comments on commit 655e9a2

Please sign in to comment.