We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd53f2e commit 2437196Copy full SHA for 2437196
1 file changed
packages/google-crc32c/scripts/osx/build.sh
@@ -41,7 +41,7 @@ ${OSX_DIR}/build_c_lib.sh
41
rm -rf /Users/kbuilder/.pyenv
42
git clone https://github.com/pyenv/pyenv.git /Users/kbuilder/.pyenv
43
44
-SUPPORTED_PYTHON_VERSIONS=("3.9" "3.10" "3.11" "3.12" "3.13" "3.14")
+SUPPORTED_PYTHON_VERSIONS=("3.10" "3.11" "3.12" "3.13" "3.14")
45
46
for PYTHON_VERSION in ${SUPPORTED_PYTHON_VERSIONS[@]}; do
47
echo "Build wheel for Python ${PYTHON_VERSION}"
0 commit comments