Skip to content

Commit

Permalink
Update pip download test.sh #24997
Browse files Browse the repository at this point in the history
Update pip download test.sh to test python 31.0
  • Loading branch information
rkooo567 authored May 19, 2022
1 parent 822cbc4 commit 5ac29c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/util/pip_download_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ pip install --upgrade pip
source "$(conda info --base)/etc/profile.d/conda.sh"

if [[ $(uname -m) == 'arm64' ]] && [[ $OSTYPE == "darwin"* ]]; then
PYTHON_VERSIONS=( "3.8" "3.9" )
PYTHON_VERSIONS=( "3.8" "3.9" "3.10" )
else
PYTHON_VERSIONS=( "3.6" "3.7" "3.8" "3.9" )
PYTHON_VERSIONS=( "3.6" "3.7" "3.8" "3.9" "3.10" )
fi

for PYTHON_VERSION in "${PYTHON_VERSIONS[@]}"
Expand Down

0 comments on commit 5ac29c0

Please sign in to comment.