Fix CI for windows (#2279)

This commit is contained in:
Fangjun Kuang
2025-06-04 10:35:48 +08:00
committed by GitHub
parent 749dc9a239
commit db632dacf3
16 changed files with 22 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ jobs:
# see https://github.com/pypa/cibuildwheel/issues/2257
# we don't use qemu from now on
os: [ubuntu-22.04-arm]
python-version: ["cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313"]
manylinux: [manylinux2014] #, manylinux_2_28]
steps: