We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34aa22a commit b3725e3Copy full SHA for b3725e3
.github/workflows/dist.yml
@@ -128,7 +128,7 @@ jobs:
128
#
129
CIBW_ARCHS: ${{ matrix.arch }}
130
# https://cibuildwheel.readthedocs.io/en/stable/options/#requires-python
131
- CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9, <3.12"
132
# Environment during wheel build
133
CIBW_ENVIRONMENT: "PATH=$(pwd)/local/bin:$PATH CPATH=$(pwd)/local/include:$CPATH LIBRARY_PATH=$(pwd)/local/lib:$LIBRARY_PATH PKG_CONFIG_PATH=$(pwd)/local/share/pkgconfig:$PKG_CONFIG_PATH ACLOCAL_PATH=/usr/share/aclocal"
134
# Use 'build', not 'pip wheel'
0 commit comments