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. |
|
Co-authored-by: Branch Vincent <[email protected]>
Co-authored-by: Branch Vincent <[email protected]>
aec2dc9 to
5841dc0
Compare
|
@branchvincent: Thank you Rebased. Can you approve running on python-poetry/poetry-core#263? |
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
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