abatilo / actions-poetry

GitHub Actions for Python projects using poetry
MIT License
423 stars 40 forks source link

feat: Support under specified versions of Python #13

Closed abatilo closed 4 years ago

abatilo commented 4 years ago

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

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: