-
Notifications
You must be signed in to change notification settings - Fork 175
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 #985
base: develop
Are you sure you want to change the base?
Conversation
89fba2b
to
24af701
Compare
We're hitting |
0bd9fa1
to
8a9d734
Compare
These caused tests to hang under Python 3.13.
- name: Install temporary Python 3.13 build dependencies | ||
if: ${{ matrix.python-version == '3.13' }} | ||
run: | | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
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.
Call me old fashioned, but it seems like a good idea to install a specific version and verify checksums.
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.
👍 yeah how long do we expect this workaround to be in place?
- name: Install temporary Python 3.13 build dependencies | ||
if: ${{ matrix.python-version == '3.13' }} | ||
run: | | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
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.
👍 yeah how long do we expect this workaround to be in place?
Python 3.13 was released on 2024-10-07. This PR adds support to Baseplate.py for services running 3.13.
Merge checklist
https://github.com/psycopg/psycopg2/pull/1695
https://github.com/confluentinc/confluent-kafka-python/issues/1768
https://github.com/sdispater/pendulum/issues/844
cgi
import:https://github.com/Pylons/webob/issues/437
legacy-cgi
package: https://pypi.org/project/legacy-cgi/grpcio
needs a new releaseActually we just need 1.66.2.1.67.0
has the fix but it's not on PyPI yet: https://pypi.org/project/grpcio/#history (1.67.0rc1 doesn't have the fix)