Skip to content

Commit 2437196

Browse files
committed
feat(google-crc32c): Remove Python 3.9 from supported versions in osx/build.sh
1 parent fd53f2e commit 2437196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-crc32c/scripts/osx

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ${OSX_DIR}/build_c_lib.sh
4141
rm -rf /Users/kbuilder/.pyenv
4242
git clone https://github.com/pyenv/pyenv.git /Users/kbuilder/.pyenv
4343

44-
SUPPORTED_PYTHON_VERSIONS=("3.9" "3.10" "3.11" "3.12" "3.13" "3.14")
44+
SUPPORTED_PYTHON_VERSIONS=("3.10" "3.11" "3.12" "3.13" "3.14")
4545

4646
for PYTHON_VERSION in ${SUPPORTED_PYTHON_VERSIONS[@]}; do
4747
echo "Build wheel for Python ${PYTHON_VERSION}"

0 commit comments

Comments
 (0)