Conversation
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
This will make it simpler to release versions in the future.
Closed
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.
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).