Skip to content

Commit f9ef816

Browse files
mattipmayeut
authored andcommitted
Update CPython 3.8 from 3.8.0rc1 to 3.8.0 (#370)
1 parent 99c1938 commit f9ef816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/build_scripts/build_env.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# source me
22

33
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"
4+
# 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"
56

67
# openssl version to build, with expected sha256 hash of .tar.gz
78
# archive.

0 commit comments

Comments
 (0)