Skip to content

Commit a2b59fc

Browse files
committed
remove 3.13t wheels
1 parent a574c02 commit a2b59fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Build wheels
2828
env:
29-
CIBW_BUILD: "cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64 cp313t-manylinux_x86_64 cp314-manylinux_x86_64 cp314t-manylinux_x86_64"
29+
CIBW_BUILD: "cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64 cp314-manylinux_x86_64 cp314t-manylinux_x86_64"
3030
CIBW_ENABLE: cpython-prerelease cpython-freethreading
3131
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
3232
CIBW_BUILD_VERBOSITY: "3"
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Build wheels
9090
env:
91-
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-* cp313t-* cp314t-*"
91+
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-* cp314t-*"
9292
CIBW_ENABLE: cpython-prerelease cpython-freethreading
9393
# CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
9494
CIBW_BUILD_VERBOSITY: "3"
@@ -149,7 +149,7 @@ jobs:
149149
150150
- name: Build wheels
151151
env:
152-
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-* cp313t-* cp314t-*"
152+
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-* cp314t-*"
153153
CIBW_ENABLE: cpython-prerelease cpython-freethreading
154154
CIBW_ARCHS_WINDOWS: ${{ matrix.architecture == 'x86' && 'x86' || 'AMD64' }}
155155
CIBW_BUILD_VERBOSITY: "3"

0 commit comments

Comments
 (0)