-
Notifications
You must be signed in to change notification settings - Fork 99
PYTHON-4321 Add support for Python 3.13 and update changelog for 1.11.0 release #885
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 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
578dfc6
PYTHON-4321 Add support for Python 3.13 and update changelog for 1.11…
blink1073 3faebee
try with fixed download
blink1073 d49b8e2
try with python 3.13
blink1073 f429ce1
test with py313
blink1073 0c70936
try setting test_encryption
blink1073 802aba0
try again
blink1073 1178395
try without crypt_shared
blink1073 675c128
fixup
blink1073 14db450
cleanup
blink1073 0c29320
debug
blink1073 5268dcc
fixup
blink1073 dc507a4
try with same mongocrypt_dir
blink1073 a9e0814
use same pymongocrypt_lib
blink1073 ae3655d
try with same crypt_shared dir
blink1073 d8a79ff
run orchestration
blink1073 95d36da
try again
blink1073 79a1aec
debug
blink1073 b542091
debug
blink1073 337d9e6
fixup
blink1073 783c000
try again
blink1073 bbf8be2
cleanup
blink1073 26a9f14
fix
blink1073 b7677d2
cleanup
blink1073 8dcd59f
address review
blink1073 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
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.
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.
Is this really the only change we need to make to support 3.13? Wow!
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 had been testing in GitHub Actions, but now in EVG as well. 😄