Skip to content

Commit 72aaf3f

Browse files
authored
Merge pull request #600 from libAtoms/py-3.11-wheels
Add Python 3.11 support
2 parents ad0e58d + b59ce6c commit 72aaf3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ jobs:
9797
./bin/gitversion --hash-only > build/${QUIP_ARCH}/VERSION
9898
echo "CIBW_ENVIRONMENT=$CIBW_ENVIRONMENT"
9999
if [ "$RUNNER_OS" == "macOS" ]; then
100-
export CIBW_SKIP="cp27-* cp35-* cp36-* cp311-* pp* *musllinux*"
100+
export CIBW_SKIP="cp27-* cp35-* cp36-* pp*"
101101
python -m cibuildwheel --output-dir wheelhouse --archs $ARCHS build/${QUIP_ARCH}
102102
else
103103
for CIBW_MANYLINUX_X86_64_IMAGE in manylinux2010 manylinux2014; do
104104
if [ "$CIBW_MANYLINUX_X86_64_IMAGE" == "manylinux2010" ]; then
105105
export CIBW_SKIP="cp27-* cp35-* cp36-* cp310-* cp311-* pp* *musllinux*"
106106
else
107-
export CIBW_SKIP="cp27-* cp35-* cp36-* cp311-* pp* *musllinux*"
107+
export CIBW_SKIP="cp27-* cp35-* cp36-* pp* *musllinux*"
108108
fi
109109
export CIBW_MANYLINUX_X86_64_IMAGE
110110
python -m cibuildwheel --output-dir wheelhouse --archs $ARCHS build/${QUIP_ARCH}

0 commit comments

Comments
 (0)