Skip to content

Commit fd53f2e

Browse files
committed
feat(google-crc32c): Update publish_python_wheel.sh to use Python 3.10
1 parent 44a7a05 commit fd53f2e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/google-crc32c/scripts/osx/publish_python_wheel.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
set -eo pipefail
1717

18-
if [ -z "$(pyenv versions --bare | grep 3.8)" ]; then
19-
echo "Python 3.8 is not installed. Installing..."
20-
pyenv install 3.8
18+
if [ -z "$(pyenv versions --bare | grep 3.10)" ]; then
19+
echo "Python 3.10 is not installed. Installing..."
20+
pyenv install 3.10
2121
fi
22-
pyenv shell 3.8
22+
pyenv shell 3.10
2323

2424
python -m pip install "setuptools<71"
2525

0 commit comments

Comments
 (0)