mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
3e49aeb940
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@.
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Build Path: /app/.heroku/python/
|
|
|
|
source $(dirname $0)/python3
|