From d36fccd68c093db842ebb7c4b6a44e9293a83306 Mon Sep 17 00:00:00 2001 From: Soumith Chintala Date: Tue, 7 Jan 2020 13:58:42 -0500 Subject: [PATCH] add 3.8 python to docker images --- manywheel/build_scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manywheel/build_scripts/build.sh b/manywheel/build_scripts/build.sh index a943f68b2..8a499f30a 100644 --- a/manywheel/build_scripts/build.sh +++ b/manywheel/build_scripts/build.sh @@ -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