Skip to content

Commit 856dc13

Browse files
committed
[CI] don't build Python 3.13 and 3.14
1 parent 07b31ed commit 856dc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Build Wheels
120120
run: |
121-
for v in 3.9 3.10 3.11 3.12 3.13 3.14; do
121+
for v in 3.9 3.10 3.11 3.12; do # https://github.com/wjakob/nanobind/issues/1183
122122
./scripts/ci/build-linux-cross.sh $v ${{ matrix.host }} sdist dist
123123
done
124124

0 commit comments

Comments
 (0)