-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API to query currently supported Python runtimes #1181
Comments
P.S. Of course ideally the endpoint should be able to optionally return all available versions, not only currently supported ones, or return everything, but mark specific versions as currently supported. |
One advantage of the #913 approach would be that the resultant Python version would be deterministic for the buildpack release. That is, pinning to an older buildpack would give a consistent Python version, even when future Python releases are performed. Using an API would mean the Python version would change even when pinned to an older buildpack release. |
Closing in favour of #913. In the meantime you can pull/parse this file: |
Hi @edmorley ,
We are thinking about supporting version specifications for runtimes in our buildpack (see moneymeets/python-poetry-buildpack#6 for the background if you're interested).
Is there a public Heroku API to find out which runtimes are currently supported? The best sources I could find so far are:
main
branch = guaranteed currently deployed @ Heroku)Obviously, parsing HTML or Markdown from script is no fun. Is there an API or at least a plain text file in specified format that one can download somewhere which is guaranteed to have the same list as on Heroku Dev Center?
Thanks!
The text was updated successfully, but these errors were encountered: