Skip to content

Commit b3725e3

Browse files
author
Matthias Koeppe
committed
.github/workflows/dist.yml: No wheels for 3.12
1 parent 34aa22a commit b3725e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
#
129129
CIBW_ARCHS: ${{ matrix.arch }}
130130
# https://cibuildwheel.readthedocs.io/en/stable/options/#requires-python
131-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
131+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9, <3.12"
132132
# Environment during wheel build
133133
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"
134134
# Use 'build', not 'pip wheel'

0 commit comments

Comments
 (0)