Skip to content

Commit ed86f0a

Browse files
committed
CIBW update python version
1 parent a5e99c6 commit ed86f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
env:
7575
CIBW_BUILD: cp3*-*
7676
CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x
77-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
77+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
7878
CIBW_ARCHS_LINUX: auto64
7979
CIBW_ARCHS_MACOS: x86_64 arm64
8080
CIBW_ARCHS_WINDOWS: auto64

0 commit comments

Comments
 (0)