-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: start testing Python 3.11 #47442
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
Merged
Changes from 32 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
5fbeaeb
CI: start testing Python 3.11
fangchenli 4805a6b
fix
fangchenli 9f038f3
fix
fangchenli 532ce7d
Merge remote-tracking branch 'upstream/main' into test-py311
fangchenli 2b45e32
fix macos
fangchenli bfbd17b
add error msg compat
fangchenli bac8cbd
fix error msg in test
fangchenli f9bd7de
Merge remote-tracking branch 'upstream/main' into test-py311
fangchenli df998dc
Merge remote-tracking branch 'upstream/main' into test-py311
fangchenli 572acef
xfail and skip tests
fangchenli c5f2fe3
fix error
fangchenli 69ea5ed
roll back
fangchenli a244f85
Merge remote-tracking branch 'upstream/main' into test-py311
fangchenli 981c5a9
Merge remote-tracking branch 'upstream/main' into test-py311
fangchenli 110459a
Merge remote-tracking branch 'upstream/main' into test-py311
fangchenli 267c9f2
revert
fangchenli b6e0e22
Merge remote-tracking branch 'upstream/main' into test-py311
fangchenli 6979eb1
Merge remote-tracking branch 'upstream/main' into test-py311
fangchenli 097e98b
Merge branch 'main' into test-py311
lithomas1 32f3430
Merge remote-tracking branch 'upstream/main' into test-py311
fangchenli f832e00
Merge remote-tracking branch 'origin/test-py311' into test-py311
fangchenli 77dab8a
maybe fix errors
lithomas1 bc1a776
update
lithomas1 ad5eef1
try something
lithomas1 71ab88d
pin hypothesis
lithomas1 aca30a0
Don't check parentheses equality
lithomas1 11c9269
typo
lithomas1 5cfb071
pin cython
lithomas1 668c53e
correctly pin hypothesis
lithomas1 827a648
adjust test
lithomas1 5fb3daa
remove compiler flag
lithomas1 b1a58fe
typo'ed
lithomas1 c68f7e0
Merge branch 'main' into test-py311
lithomas1 fd17b61
Merge branch 'main' into test-py311
lithomas1 354b12c
fix tests
lithomas1 54023de
linter
lithomas1 78a4a46
Merge branch 'main' into test-py311
lithomas1 9adcc80
clarify freeze/unfreeze instructions
lithomas1 1ac995e
Merge branch 'main' into test-py311
lithomas1 ce6a0a4
whitespace
lithomas1 0b32782
one more
lithomas1 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
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.
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.
I think it would be better to leave the comment in, and just comment out the
if: false
below.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.
Agreed. Even better to clarify
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.
@fangchenli Do you have any objections here?
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.
No, I agree with you and @mroeschke