{{ message }}
Use pypyX.Y for PyPy python-version input#349
Merged
Conversation
pypyX.Y for PyPy python-version input
Contributor
Author
a9cf09d to
843ba5d
Compare
Contributor
Author
|
The 4 failing |
marko-zivic-93
approved these changes
Apr 29, 2022
Contributor
Author
|
do you know when you'll be able to review this ? |
Contributor
|
Hello @mayeut. Could you please also sync with the main branch ? |
mayeut
commented
May 7, 2022
d8c69b7 to
98b28db
Compare
This versioning scheme is consistent with other tools in the python ecosystem so it feels more natural and allows better interaction with other tools. fixes actions#346
Contributor
Author
|
thanks for the review @dmitry-shibanov, all your comments have been addressed. |
dmitry-shibanov
approved these changes
May 7, 2022
vsafonkin
approved these changes
May 9, 2022
marko-zivic-93
approved these changes
May 18, 2022
|
@mayeut, thank you for your contribution! |
|
Could a new release be tagged, to be able to use this syntax? |
Hi @EwoutH, a new version of the action will be released in the coming days. |
tdfacer
pushed a commit
to ifit/setup-python
that referenced
this pull request
Oct 7, 2025
This versioning scheme is consistent with other tools in the python ecosystem so it feels more natural and allows better interaction with other tools. fixes actions#346
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description:
Use
pypyX.Yfor PyPypython-versioninputThis versioning scheme is consistent with other tools in the python ecosystem so it feels more natural and allows better interaction with other tools.
pypy-X.Ykept for backward compatibility.Full rationale provided in #346.
Related issue:
fixes #346
Check list: