Skip to content
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

DRIVERS-2743 Add support for Python 3.12 and Python 3.13 #555

Merged
merged 29 commits into from
Dec 3, 2024

Conversation

blink1073
Copy link
Member

@blink1073 blink1073 requested a review from NoahStapp December 3, 2024 14:13
@blink1073
Copy link
Member Author

You can ignore the changes to bottle.py, it is a copy-paste of the latest tagged version.

SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})
. $SCRIPT_DIR/../handle-paths.sh

pushd $SCRIPT_DIR/../csfle
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing matching popd.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@blink1073
Copy link
Member Author

Ah, there's a failure I need to address:

[2024/12/03 09:01:58.648]   File "/Library/Frameworks/Python.Framework/Versions/3.13/lib/python3.13/urllib/request.py", line 1322, in do_open
[2024/12/03 09:01:58.648]     raise URLError(err)
[2024/12/03 09:01:58.648] urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1020)>

@blink1073 blink1073 requested a review from NoahStapp December 3, 2024 16:30
@blink1073 blink1073 merged commit e5b7e18 into mongodb-labs:master Dec 3, 2024
62 checks passed
@blink1073 blink1073 deleted the DRIVERS-2743 branch December 3, 2024 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants