Skip to content

Commit e4cbe37

Browse files
authored
DEP: Update to only support python 3.10+ wheels (#1683)
In accordance with NEP/scientific python support, only support wheels for 3.10+
1 parent 699f961 commit e4cbe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
output-dir: dist
5151
env:
52-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312*"
52+
CIBW_BUILD: "cp310-* cp311-* cp312*"
5353
CIBW_SKIP: "*-musllinux_*" # numpy doesn't have wheels for musllinux so we can't build some quickly and without bloating
5454
CIBW_ARCHS_LINUX: "x86_64"
5555
MACOSX_DEPLOYMENT_TARGET: "10.9" # as of CIBW 2.9, this is the default value, pin it so it can't be bumped silently

0 commit comments

Comments
 (0)