-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Support under-specified Python versions #12
Labels
Comments
abatilo
added a commit
that referenced
this issue
Dec 18, 2019
This change allows you to under specify a version of Python, such as dropping the patch version number, and the action will still work. This works even if you drop the minor version number and the patch version number. We're using the https://github.com/momo-lab/xxenv-latest plugin to find the latest version of Python based on whatever version you gave it. Fixes #12
abatilo
added a commit
that referenced
this issue
Dec 18, 2019
This change allows you to under specify a version of Python, such as dropping the patch version number, and the action will still work. This works even if you drop the minor version number and the patch version number. We're using the https://github.com/momo-lab/xxenv-latest plugin to find the latest version of Python based on whatever version you gave it. Fixes #12
abatilo
added a commit
that referenced
this issue
Dec 18, 2019
This change allows you to under specify a version of Python, such as dropping the patch version number, and the action will still work. This works even if you drop the minor version number and the patch version number. We're using the https://github.com/momo-lab/xxenv-latest plugin to find the latest version of Python based on whatever version you gave it. Fixes #12
abatilo
added a commit
that referenced
this issue
Dec 18, 2019
This change allows you to under specify a version of Python, such as dropping the patch version number, and the action will still work. This works even if you drop the minor version number and the patch version number. We're using the https://github.com/momo-lab/xxenv-latest plugin to find the latest version of Python based on whatever version you gave it. Fixes #12
🎉 This issue has been resolved in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Thank you for the suggestion @milliams! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use your action with a matrix-specifed Python version. I set it like:
and I expected that
[3.6, 3.7, 3.8]
would choose the latest release of each version (so 3.6.9, 3.7.5 and 3.8.0).Instead I get an error:
Perhaps https://github.com/momo-lab/xxenv-latest could be used? Otherwise, is it possible to use the logic from https://github.com/actions/setup-python to do this?
The text was updated successfully, but these errors were encountered: