We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8775cb8 commit e965516Copy full SHA for e965516
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Python Buildpack Changelog
2
3
+# 154 (2019-07-17)
4
+
5
+Fix python 3.5.7 formula actually building 3.7.2
6
7
# 153 (2019-06-21)
8
9
Hotfix for broken heroku-16 deploys
builds/runtimes/python-3.5.7
@@ -13,9 +13,9 @@ echo "Setting up SQLite3 Headers for $SQLITE3_VERSION"
13
sqlite3_install "$OUT_PREFIX" "$SQLITE3_VERSION" 1
14
15
echo "Building Python…"
16
-SOURCE_TARBALL='https://python.org/ftp/python/3.7.2/Python-3.7.2.tgz'
+SOURCE_TARBALL='https://python.org/ftp/python/3.5.7/Python-3.5.7.tgz'
17
curl -L $SOURCE_TARBALL | tar xz
18
-mv Python-3.7.2 src
+mv Python-3.5.7 src
19
cd src
20
21
./configure --prefix=$OUT_PREFIX --with-ensurepip=no
0 commit comments