Skip to content

Commit

Permalink
python 3.7 to down_them_all.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Mar 25, 2023
1 parent e649a1e commit 24f34f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions down_them_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if [[ "$1" == "" ]]; then
fi

declare -a arr=(
"-cp37-cp37m-macosx_10_9_x86_64.whl"
"-cp38-cp38-macosx_10_9_x86_64.whl"
"-cp39-cp39-macosx_10_9_x86_64.whl"
"-cp310-cp310-macosx_10_9_x86_64.whl"
Expand All @@ -20,18 +21,22 @@ declare -a arr=(
"-cp39-cp39-macosx_11_0_arm64.whl"
"-cp310-cp310-macosx_11_0_arm64.whl"
"-cp311-cp311-macosx_11_0_arm64.whl"
"-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp311-cp311-manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
"-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
"-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
"-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
"-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
"-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
"-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl"
"-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl"
"-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl"
"-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl"
"-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl"
"-cp37-cp37m-win_amd64.whl"
"-cp38-cp38-win_amd64.whl"
"-cp39-cp39-win_amd64.whl"
"-cp310-cp310-win_amd64.whl"
Expand Down

0 comments on commit 24f34f7

Please sign in to comment.