Skip to content

Commit 51d3ccb

Browse files
committed
add first free threaded test
1 parent 0cecc85 commit 51d3ccb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/branchbuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: "actions/setup-python@v5"
2020
with:
21-
python-version: "3.12"
21+
python-version: "3.13"
2222

2323
- name: Install dependencies
2424
run: |
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: "actions/setup-python@v5"
5656
with:
57-
python-version: "3.12"
57+
python-version: "3.13"
5858

5959
- name: Install rapidfuzz-cpp
6060
run: |
@@ -98,7 +98,7 @@ jobs:
9898

9999
- uses: "actions/setup-python@v5"
100100
with:
101-
python-version: "3.12"
101+
python-version: "3.13"
102102

103103
- name: Install rapidfuzz-cpp
104104
run: |
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
142+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
143143
os: [ubuntu-latest, windows-latest, macos-13]
144144

145145
steps:
@@ -205,7 +205,7 @@ jobs:
205205

206206
- uses: "actions/setup-python@v5"
207207
with:
208-
python-version: "3.11"
208+
python-version: "3.13"
209209

210210
- name: build
211211
run: |

0 commit comments

Comments
 (0)