-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support for Python 3.13 #3185
Conversation
It looks like all 3.13 builds are failing on these two tests due to increased memory usage with paginators:
We'll need to figure out what the delta is between 3.12 and 3.13, then see if we have an issue or there's some form of new memory leak happening in the 3.13 interpreter. Example Stacktrace
|
I had a few minutes to compare the delta values between 3.12 a 3.13. The results are shown below:
There is definitely weird something going on with the 3.13 interpreter. I don't have to time to do a deeper dive now, but wanted to add this information here for future reference. Notes:
|
1e0c102
to
7ea9151
Compare
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.
The Python 3.13.0 release candidate 3 was released on 10/01/2024 and made available in GitHub CI with actions/python-versions#308. I tested locally and this should resolved the current failures we're seeing. I requested some minor changes.
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.
* release-1.35.36: Bumping version to 1.35.36 Update endpoints model Update to latest models Add support for Python 3.13 (#3185)
This PR will start provisional testing on the recently released beta for Python 3.13. This will be used to catch any issues early before the official release in October.