Skip to content

Commit 8af34da

Browse files
committed
Build free-threaded wheels
1 parent 8680084 commit 8af34da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ jobs:
2424
CIBW_BUILD: ${{ matrix.cibw_build }}
2525
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
2626
CIBW_ARCHS_MACOS: "x86_64 arm64"
27+
CIBW_FREE_THREADED_SUPPORT: true
2728
strategy:
2829
matrix:
2930
os: [ubuntu-latest, windows-latest, macos-latest]
3031
arch: [x86_64, aarch64]
31-
cibw_build: ["cp3{10,11,12,13}-*"]
32-
p_ver: ["3.10-3.13"]
32+
cibw_build: ["cp3{10,11,12,13,13t}-*"]
33+
p_ver: ["3.10-3.13+3.13t"]
3334
exclude:
3435
- os: windows-latest
3536
arch: aarch64

0 commit comments

Comments
 (0)