-
-
Notifications
You must be signed in to change notification settings - Fork 784
Update to Python 3.11 #15544
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
Merged
Update to Python 3.11 #15544
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
0b18089
Update to Python 3.11
seanbudd d69c98f
update changes
seanbudd ce59979
fix py2exe
seanbudd 465ed71
fix compile
seanbudd 5bd87a6
update linker subsystem
seanbudd 573a09f
fixup isSupportedOS
seanbudd 0acdbe9
drop nose as dependency
seanbudd cf5f960
fix server 2012 r2 ref
seanbudd c6fcafa
use xmlrunner for xml unit test output
seanbudd 5e99bc6
fix unit test report name
seanbudd 6145669
fix abstract method unit test regex changes
seanbudd 0b1a9b7
fix lint
seanbudd 35af804
remove unused keyword
seanbudd 0d6970b
upgrade optimization level to 2
seanbudd d9aa2cd
fix uiaccess parsing
seanbudd 4c2ac86
use round not int
seanbudd ef044ae
fixup configobj changes ref
seanbudd 7e4bf82
Merge remote-tracking branch 'origin/master' into py311-min
seanbudd f3c3d14
fix up changes syntax
seanbudd f619ccc
fix up changes syntax
seanbudd c2e9fff
update manifest template to drop win7/8 support
seanbudd e4bc2f6
remove eoaProxy
seanbudd 55d6ca5
lower optimization level to 0
seanbudd 563048c
update changes
seanbudd 0d7dd06
fix lint
seanbudd 0cb887b
fix typing
seanbudd a5315ba
Merge remote-tracking branch 'origin/master' into py311-min
seanbudd b8124fb
update py2exe
seanbudd 2385662
disable BRL api
seanbudd e4824be
fixup uiaccess for nvda_dmp
seanbudd d025aaf
fix up CLI for setup py2exe
seanbudd afa0d92
Add @codeofdusk attributions for Python 3.11 upgrade (#15609)
codeofdusk 5cf56cd
Merge branch 'master' into py311-min
seanbudd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,8 +5,6 @@ | |
|
|
||
| from typing import ( | ||
| List, | ||
| ) | ||
| from typing_extensions import ( | ||
| Protocol, | ||
| ) | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.