-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
{Packaging} Bump setuptools to 52.0.0 #16655
Conversation
Packaging |
Is this new version compatible with python 3.6, 3.7 and 3.8? |
Should be. Haven't seen any issue in CI yet. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
@@ -1,3 +1,3 @@ | |||
# basic | |||
setuptools==40.0.0 | |||
setuptools==52.0.0 |
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.
Due to this line, the dev environment uses setuptools
52.0.0 but the MSI uses the latest, causing inconsistent behavior (#24982 (comment)).
Description
Bump setuptools to 52.0.0 for Python 3.9 support.
On Python 3.9,
pip install -e D:\cli\azure-cli/src/azure-cli-telemetry --no-deps
fails with setuptools 40.0.0:This was fixed by pypa/setuptools#1788.