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

[WIP] Add support for Python 3.13 #985

Draft
wants to merge 12 commits into
base: develop
Choose a base branch
from
Draft

[WIP] Add support for Python 3.13 #985

wants to merge 12 commits into from

Conversation

chriskuehl
Copy link
Member

@chriskuehl chriskuehl commented Sep 27, 2024

Python 3.13 will be released on 2024-10-01. This PR is an attempt to figure out what it will take to support.

Currently this PR tests version 3.13.0rc2.

Merge checklist

  • Replace rc2 with final 3.13.0 release once it's available
  • Need wheels for some libraries (incomplete list):
    • psycopg2: https://github.com/psycopg/psycopg2/pull/1695
    • confluent-kafka: https://github.com/confluentinc/confluent-kafka-python/issues/1768
    • pendulum: https://github.com/sdispater/pendulum/issues/844
  • gevent is not yet compatible with 3.13, work is in progress: https://github.com/gevent/gevent/commits/py313/
  • Review dependencies manually for issues like we did for 3.11/3.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants