Skip to content

Commit 34e3a44

Browse files
jswhit2jswhit2
authored andcommitted
include free-threaded 3.14 wheels
1 parent 532c285 commit 34e3a44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# These needs to rotate every new Python release.
8080
run: |
8181
set -x
82-
echo "CIBW_BUILD=cp310-* cp311-* cp314-*" >> $GITHUB_ENV
82+
echo "CIBW_BUILD=cp310-* cp311-* cp314-* cp314t-*" >> $GITHUB_ENV
8383
set +x
8484
8585
if: ${{ github.event_name }} == "pull_request"
@@ -170,7 +170,7 @@ jobs:
170170
uses: pypa/cibuildwheel@v3.3.0
171171
env:
172172
CIBW_ARCHS: ARM64
173-
CIBW_SKIP: "cp310-* cp314t-*"
173+
CIBW_SKIP: "cp310-*
174174
175175
- uses: actions/upload-artifact@v6
176176
with:

0 commit comments

Comments
 (0)