Skip to content

Commit

Permalink
Remove more builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrodehl committed Sep 14, 2024
1 parent 8c6c6ac commit e49d141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
python -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: "cp3*"
CIBW_SKIP: "cp3{6..9}-*"
CIBW_SKIP: "{c,p}p3{6..9}-*"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
CIBW_BEFORE_ALL_LINUX: dnf install -y atlas-devel
Expand Down

0 comments on commit e49d141

Please sign in to comment.