Skip to content

Commit

Permalink
Merge pull request #92 from rdb/patch-1
Browse files Browse the repository at this point in the history
Update to Python 3.4.6 and Python 3.5.3
  • Loading branch information
njsmith authored Jan 19, 2017
2 parents 4231ecc + 2c9b0c5 commit 9482922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_scripts/build.sh
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
set -ex

# Python versions to be installed in /opt/$VERSION_NO
CPYTHON_VERSIONS="2.6.9 2.7.13 3.3.6 3.4.5 3.5.2 3.6.0"
CPYTHON_VERSIONS="2.6.9 2.7.13 3.3.6 3.4.6 3.5.3 3.6.0"

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

0 comments on commit 9482922

Please sign in to comment.