Skip to content

Commit bb8e4de

Browse files
committed
remove cp314t
1 parent 435ec0f commit bb8e4de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
include:
5656
- os: ubuntu-22.04
5757
arch: x86_64
58-
- os: ubuntu-24.04-arm
59-
arch: aarch64
58+
# - os: ubuntu-24.04-arm
59+
# arch: aarch64
6060

6161
steps:
6262
- uses: actions/checkout@v6
@@ -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-* cp314t-*" >> $GITHUB_ENV
82+
echo "CIBW_BUILD=cp310-* cp311-* cp314-*" >> $GITHUB_ENV
8383
set +x
8484
8585
if: ${{ github.event_name }} == "pull_request"

0 commit comments

Comments
 (0)