We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efa093 commit df51c93Copy full SHA for df51c93
1 file changed
.github/workflows/build_wheel.yml
@@ -15,7 +15,7 @@ jobs:
15
env:
16
CIBW_SKIP: 'pp*'
17
CIBW_ARCHS: 'auto64'
18
- CIBW_PROJECT_REQUIRES_PYTHON: '==3.12'
+ CIBW_PROJECT_REQUIRES_PYTHON: '>=3.12'
19
CIBW_TEST_REQUIRES: 'pytest'
20
defaults:
21
run:
0 commit comments