Skip to content

Commit e743ab4

Browse files
committed
Only test on cp312
1 parent acce10a commit e743ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Launch separate job for each python. The build is so much longer than
3333
# machine configuration/setup, so parallel builds will be faster. More
3434
# importantly, github times out after 6 hours _per job_.
35-
cpversion: ["cp36", "cp37", "cp38", "cp39", "cp310", "cp311", "cp312"]
35+
cpversion: ["cp312"]
3636
os: [ { runs-on: ubuntu-latest, cibw-arch: manylinux_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_arm64}, { runs-on: windows-latest, cibw-arch: win_amd64} ]
3737
exclude:
3838
- os: { runs-on: macos-latest, cibw-arch: macosx_arm64}

0 commit comments

Comments
 (0)