mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
63651e042f
Since they were released yesterday: https://morepypy.blogspot.com/2020/09/pypy-732-triple-release-python-27-36.html The archive URL had to be updated now that PyPy has migrated from BitBucket. The new URLs are from: https://www.pypy.org/download.html Skipping PyPy 3.7 for now, since it's in alpha. Closes @W-8128094@.
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)/pypy2.7
|