Skip to content

Commit a84e494

Browse files
committed
disable building 313t/314/314t for now
1 parent d5001d4 commit a84e494

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- "3.11"
3434
- "3.12"
3535
- "3.13"
36-
- "3.13t"
37-
- "3.14"
38-
- "3.14t"
36+
# - "3.13t"
37+
# - "3.14"
38+
# - "3.14t"
3939
name: py${{ matrix.python-version }}
4040
runs-on: ${{ (inputs.host-platform == 'linux-64' && 'linux-amd64-cpu8') ||
4141
(inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu8') ||

0 commit comments

Comments
 (0)