Skip to content

Commit 655e9a2

Browse files
committed
add free-threading support
1 parent 94bdbf7 commit 655e9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
6464
matrix:
6565
python-version:
66-
["3.9", "3.10", "3.11", "3.12", "3.13", pypy-3.9, pypy-3.10]
66+
["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", pypy-3.9, pypy-3.10]
6767
platform:
6868
[
6969
{
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v4
115115

116116
- name: Set up Python ${{ matrix.python-version }}
117-
uses: actions/setup-python@v5
117+
uses: Quansight-Labs/setup-python@v5
118118
with:
119119
python-version: ${{ matrix.python-version }}
120120
architecture: ${{ matrix.platform.python-architecture }}

0 commit comments

Comments
 (0)