Skip to content

Commit

Permalink
DEP: Update to only support python 3.10+ wheels
Browse files Browse the repository at this point in the history
In accordance with NEP/scientific python support, only support wheels for 3.10+
  • Loading branch information
mgrover1 authored Nov 8, 2024
1 parent 699f961 commit e6590f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
output-dir: dist
env:
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312*"
CIBW_BUILD: "cp310-* cp311-* cp312*"
CIBW_SKIP: "*-musllinux_*" # numpy doesn't have wheels for musllinux so we can't build some quickly and without bloating
CIBW_ARCHS_LINUX: "x86_64"
MACOSX_DEPLOYMENT_TARGET: "10.9" # as of CIBW 2.9, this is the default value, pin it so it can't be bumped silently
Expand Down

0 comments on commit e6590f3

Please sign in to comment.