-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
pyproject: Drop python 3.6 #5055
Conversation
There are a couple more things to do here, I think:
|
I will convert it to a draft, handle those things, and also continue to look for any other places If you notice anything else let me know |
pre-commit.ci autofix |
Looks like we can drop the I don't have time to look into this, but I also suspect this line can be dropped as the types should be in the stdlib now. I may be wrong, so please look into it before making that change. |
|
for more information, see https://pre-commit.ci
Co-authored-by: Branch Vincent <branchevincent@gmail.com>
Co-authored-by: Branch Vincent <branchevincent@gmail.com>
aec2dc9
to
5841dc0
Compare
@branchvincent: Thank you Rebased. Can you approve running on python-poetry/poetry-core#263? |
Any preference on how to navigate this? I can merge the commits into mine or re-do them myself. |
Unfortunately I don't have access yet 😓 , I've just started helping here. I'll see if I can find someone who does cc @finswimmer?
Thanks for checking, but it's fine as is! I only have it as a requirement for another project I believe there's one more version-gated block we can remove: poetry/src/poetry/utils/pip.py Lines 58 to 69 in 28d05d0
|
Originally from cb14c70, part of python-poetry#3835
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tony, this looks good to me. Let's get one more reviewer to approve/merge
Thank you for the review! |
Poetry removed 3.6 support in 1.2.0 (as of this commit python-poetry/poetry#5055), so we can't support it here either.
Poetry removed 3.6 support in 1.2.0 (as of this commit python-poetry/poetry#5055), so we can't support it here either.
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
* Set bash as the default shell This removes the necessity of specifying the shell for every step that uses the shell. * Use the install script from Poetry's website * Include 3.10 in tests * Remove 3.6 support, require >=3.7,<4 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 * Use the new plugin add syntax * Create a release GitHub Actions workflow This will make it simpler to release versions in the future. * Bump version to remove pre-release
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Resolves: #4997
Pull Request Check List
Resolves: #4997