Skip to content

Commit 651bbad

Browse files
kumaraditya303JelleZijlstra
authored andcommitted
add free-threading support (jcrist#877)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
1 parent 909ccb0 commit 651bbad

File tree

6 files changed

+304
-79
lines changed

6 files changed

+304
-79
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
CIBW_TEST_EXTRAS: "test"
8989
CIBW_TEST_COMMAND: "pytest {project}/tests"
90-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*"
90+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* cp314t-*"
9191
CIBW_SKIP: "*-win32 *_i686 *_s390x *_ppc64le"
9292
CIBW_ARCHS_MACOS: "x86_64 arm64"
9393
CIBW_ARCHS_LINUX: "x86_64 aarch64"
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Environment
109109
if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
110110
run: |
111-
echo "CIBW_SKIP=${CIBW_SKIP} *-musllinux_* cp39-*_aarch64 cp311-*_aarch64 cp312-*_aarch64 cp313-*_aarch64 cp314-*_aarch64" >> $GITHUB_ENV
111+
echo "CIBW_SKIP=${CIBW_SKIP} *-musllinux_* cp39-*_aarch64 cp311-*_aarch64 cp312-*_aarch64 cp313-*_aarch64 cp314-*_aarch64 cp314t-*_aarch64" >> $GITHUB_ENV
112112
113113
- name: Build & Test Wheels
114114
uses: pypa/cibuildwheel@v3.2.1

0 commit comments

Comments
 (0)