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

fix: Use importlib to invoke packaging.tags in Env #4749

Merged
merged 2 commits into from
Apr 29, 2022

Conversation

neersighted
Copy link
Member

This PR also re-implements #4362 and fixes #4264.

The packaging version change means that we will give up the ability for Poetry to manage Python 2.7 environments. Consensus is needed to determine if Python 2.7 is worth losing the ability to follow upstream.
Additionally, this version restriction is a burden on downstreams who want to ship Poetry without bundled dependencies.

@neersighted neersighted added status/needs-consensus Consensus among maintainers required Dependency status/external-issue Issue is caused by external project (platform, dep, etc) labels Nov 13, 2021
@neersighted neersighted force-pushed the neersighted/tags-with-importlib branch from 314d275 to 4eac558 Compare November 13, 2021 20:16
@neersighted neersighted requested a review from a team November 13, 2021 20:17
@neersighted neersighted force-pushed the neersighted/tags-with-importlib branch 3 times, most recently from 07aa90f to 9fc53ab Compare November 13, 2021 20:49
@neersighted neersighted marked this pull request as draft November 14, 2021 19:24
@neersighted neersighted force-pushed the neersighted/tags-with-importlib branch from 9fc53ab to 42cb46f Compare November 15, 2021 05:36
@neersighted neersighted force-pushed the neersighted/tags-with-importlib branch 2 times, most recently from bab3908 to 53f367e Compare November 19, 2021 05:37
@abn abn force-pushed the neersighted/tags-with-importlib branch from 53f367e to a27c5a1 Compare April 29, 2022 01:57
@abn abn force-pushed the neersighted/tags-with-importlib branch from a27c5a1 to dd5ac9f Compare April 29, 2022 02:06
@abn abn marked this pull request as ready for review April 29, 2022 02:08
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status/external-issue Issue is caused by external project (platform, dep, etc) status/needs-consensus Consensus among maintainers required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RFC: Packaging 21+ and dropping support for managing Python 2.7 environments Packaging 21.0
2 participants