We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c1938 commit f9ef816Copy full SHA for f9ef816
docker/build_scripts/build_env.sh
@@ -1,7 +1,8 @@
1
# source me
2
3
PYTHON_DOWNLOAD_URL=https://www.python.org/ftp/python
4
-CPYTHON_VERSIONS="2.7.16 3.4.10 3.5.7 3.6.9 3.7.4 3.8.0rc1"
+# of the form <maj>.<min>.<rev> or <maj>.<min>.<rev>rc<n>
5
+CPYTHON_VERSIONS="2.7.16 3.4.10 3.5.7 3.6.9 3.7.4 3.8.0"
6
7
# openssl version to build, with expected sha256 hash of .tar.gz
8
# archive.
0 commit comments