Skip to content
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

feat: Support under specified versions of Python #13

Merged
merged 1 commit into from Dec 18, 2019

Conversation

abatilo
Copy link
Owner

@abatilo abatilo commented 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 abatilo force-pushed the feat/under-specified-python-versions branch from 2f7985d to ca9b566 Compare December 18, 2019 14:05
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 abatilo force-pushed the feat/under-specified-python-versions branch from ca9b566 to 9c5fc99 Compare December 18, 2019 14:13
@abatilo abatilo merged commit a7c27cf into master Dec 18, 2019
@abatilo abatilo deleted the feat/under-specified-python-versions branch December 18, 2019 14:18
@github-actions
Copy link

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support under-specified Python versions
1 participant