Replies: 3 comments 5 replies
-
There does appear to be a need: I've seen an existing action for Python versions, so you can by default test on the currently supported 3.7-3.11. I can't seem to find it now but will keep an eye out! Edit: now I remember, I had found it via the first link you shared :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
We could provide more information in the API v1 to make it easier to answer those questions :
|
Beta Was this translation helpful? Give feedback.
5 replies
-
I've authored such a GitHub action here: #2786 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A common usecase for our API seems to be:
However, there's a bunch of complications that you need to deal with to go from an API call to (1):
I wrote up a simple README + spec (
action.yml
) for a github action that would easily support this usecase: https://github.com/endoflife-date/supported-versionsFeedback is welcome for the same. Will get to writing the code after this is finalized. The general idea is:
There's example input/outputs in the README.
I will be hanging out today in the Gitter chat in case you'd like to discuss this faster. Replies here are fine as well.
Beta Was this translation helpful? Give feedback.
All reactions