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

Update Pythons, workflows for Poetry 1.2.0 release #7

Merged
merged 7 commits into from
Sep 3, 2022
Merged

Conversation

mpeteuil
Copy link
Owner

@mpeteuil mpeteuil commented Sep 3, 2022

The updates here are a bit of cleanup required for the 1.2.0 Poetry release, which is the first official release to support plugins such as this one. The first such support came early on in the 1.2.0 development cycle (in their 1.2.0a1 release).

Other updates include adding a release workflow, dropping 3.6 support since Poetry also dropped 3.6 support (due to it's end-of-life on December 23, 2021), and just removing the pre-release status (i.e. dropping alpha).

This removes the necessity of specifying the shell for every step that
uses the shell.
Poetry removed 3.6 support in 1.2.0, so we can't support
it here either. This was because 3.6's end-of-life was on December 23,
2021. For more information see:

python-poetry/poetry#5055
https://devguide.python.org/versions/
https://peps.python.org/pep-0494/

In addition to removing 3.6 support, we're moving this project to require Python >=3.7 and <4
@mpeteuil mpeteuil changed the title Update tests to include newer Python releases Update Pythons, syntax, workflows for Poetry 1.2.0 GA release Sep 3, 2022
@mpeteuil mpeteuil changed the title Update Pythons, syntax, workflows for Poetry 1.2.0 GA release Update Pythons, workflows for Poetry 1.2.0 GA release Sep 3, 2022
@mpeteuil mpeteuil changed the title Update Pythons, workflows for Poetry 1.2.0 GA release Update Pythons, workflows for Poetry 1.2.0 release Sep 3, 2022
This will make it simpler to release versions in the future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant