Skip to content

Commit

Permalink
add 3.8 python to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith authored Jan 7, 2020
1 parent 3ef5689 commit d36fccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manywheel/build_scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -ex

# Python versions to be installed in /opt/$VERSION_NO
CPYTHON_VERSIONS="2.7.15 3.5.5 3.6.6 3.7.0"
CPYTHON_VERSIONS="2.7.15 3.5.5 3.6.6 3.7.5 3.8.1"

# openssl version to build, with expected sha256 hash of .tar.gz
# archive
Expand Down

0 comments on commit d36fccd

Please sign in to comment.