We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532c285 commit 34e3a44Copy full SHA for 34e3a44
1 file changed
.github/workflows/cibuildwheel.yml
@@ -79,7 +79,7 @@ jobs:
79
# These needs to rotate every new Python release.
80
run: |
81
set -x
82
- echo "CIBW_BUILD=cp310-* cp311-* cp314-*" >> $GITHUB_ENV
+ echo "CIBW_BUILD=cp310-* cp311-* cp314-* cp314t-*" >> $GITHUB_ENV
83
set +x
84
85
if: ${{ github.event_name }} == "pull_request"
@@ -170,7 +170,7 @@ jobs:
170
uses: pypa/cibuildwheel@v3.3.0
171
env:
172
CIBW_ARCHS: ARM64
173
- CIBW_SKIP: "cp310-* cp314t-*"
+ CIBW_SKIP: "cp310-*
174
175
- uses: actions/upload-artifact@v6
176
with:
0 commit comments