Skip to content

Commit

Permalink
stop building for py36
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed May 17, 2021
1 parent 334e989 commit 12f9ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheel_build/build_wheel_for_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function repair_wheel {
fi
}

declare -a PythonVersions=("cp36-cp36m" "cp37-cp37m" "cp38-cp38")
declare -a PythonVersions=("cp37-cp37m" "cp38-cp38" "cp39-cp39")

for val in ${PythonVersions[@]}; do
/opt/python/$val/bin/pip install -r /src/requirements.txt
Expand Down

0 comments on commit 12f9ffb

Please sign in to comment.