-
Notifications
You must be signed in to change notification settings - Fork 500
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
Support Python 3.13 (coming Oct 2024) #2664
Comments
I started building I also created patches for the Sentry SDK itself; look for "Python 3.13" in https://src.fedoraproject.org/rpms/python-sentry-sdk/pull-request/10#request_diff. I want them to be included in the Sentry SDK. I saw you have #3200 already. What is the most convenient way to submit PR(s)? Should I open PR(s) into |
Hey @rominf, first of all thank you for the fixes. I'd say let's go with PRs against the |
@sentrivana PRs #3271 and #3272 when combined together, should make Python 3.13 tests pass. |
Thanks @rominf! |
Problem Statement
Python 3.13 is scheduled for release in October 2024.
The first RC will be out in July, the second one in September.
Solution Brainstorm
Prepare for 3.13 so that the SDK is compatible by release time.
The text was updated successfully, but these errors were encountered: