Skip to content

Commit

Permalink
Add Python 3.11 to linux wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 24, 2022
1 parent 56e652f commit 602af2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/build-manylinux-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ find /io/temp-wheels/ -type f -delete
git config --global --add safe.directory /io

# Iterate through available pythons.
for PYBIN in /opt/python/cp3{8,9,10}*/bin; do
for PYBIN in /opt/python/cp3{8,9,10,11}*/bin; do
"${PYBIN}/pip" install -q -U setuptools wheel --cache-dir /io/pip-cache
# Run the following in root of this repo.
(cd /io/ && "${PYBIN}/pip" install -q .)
Expand Down

0 comments on commit 602af2f

Please sign in to comment.