-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[Packaging] Support Python 3.10 #20195
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
Changes from 4 commits
b64dc79
aee88f8
04c969b
6a2f946
b5f0012
c401b70
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -96,7 +96,7 @@ bcrypt==3.2.0 | |
| certifi==2019.6.16 | ||
| cffi==1.14.4 | ||
| chardet==3.0.4 | ||
| colorama==0.4.1 | ||
| colorama==0.4.4 | ||
| ConfigArgParse==0.14.0 | ||
| cryptography==3.3.2 | ||
| fabric==2.4.0 | ||
|
|
@@ -108,7 +108,7 @@ javaproperties==0.5.1 | |
| Jinja2==2.11.3 | ||
| jmespath==0.9.5 | ||
| jsondiff==1.3.0 | ||
| knack==0.8.2 | ||
| knack==0.8.3 | ||
| MarkupSafe==1.1.1 | ||
| msal-extensions==0.3.0 | ||
| msal==1.15.0 | ||
|
|
@@ -132,7 +132,7 @@ scp==0.13.2 | |
| semver==2.13.0 | ||
| six==1.14.0 | ||
| sshtunnel==0.1.5 | ||
| tabulate==0.8.3 | ||
| tabulate==0.8.9 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Old This is fixed by astanin/python-tabulate#105. |
||
| urllib3==1.26.5 | ||
| vsts==0.1.25 | ||
| wcwidth==0.1.7 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,6 +46,7 @@ | |
| 'Programming Language :: Python :: 3.7', | ||
| 'Programming Language :: Python :: 3.8', | ||
| 'Programming Language :: Python :: 3.9', | ||
| 'Programming Language :: Python :: 3.10', | ||
| 'License :: OSI Approved :: MIT License', | ||
| ] | ||
|
|
||
|
|
@@ -136,6 +137,7 @@ | |
| 'azure-synapse-managedprivateendpoints~=0.3.0', | ||
| 'azure-synapse-spark~=0.2.0', | ||
| 'chardet~=3.0.4', | ||
| 'colorama~=0.4.4', | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| 'fabric~=2.4', | ||
| 'javaproperties~=0.5.1', | ||
| 'jsondiff~=1.3.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.
We remove the color here as it outshines whole original help messages and examples.