Skip to content

Commit 3e49aeb

Browse files
authored
Add support for Python 3.5.10 (#1062)
Since it was released over the weekend: https://www.python.org/downloads/release/python-3510/ https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-10 Closes @W-7835961@.
1 parent a91a542 commit 3e49aeb

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Python 3.5.10 is now available (CPython) (#1062).
56

67
## v177 (2020-08-18)
78

bin/default_pythons

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DEFAULT_PYTHON_VERSION="python-3.6.12"
99
LATEST_38="python-3.8.5"
1010
LATEST_37="python-3.7.9"
1111
LATEST_36="python-3.6.12"
12-
LATEST_35="python-3.5.9"
12+
LATEST_35="python-3.5.10"
1313
LATEST_34="python-3.4.10"
1414
LATEST_27="python-2.7.18"
1515
LATEST_PYPY_36="pypy3.6-7.3.1"

builds/runtimes/python-3.5.10

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/python/
3+
4+
source $(dirname $0)/python3

test/fixtures/python3_5/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.5.9
1+
python-3.5.10

0 commit comments

Comments
 (0)