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

Support Python 3.13 #1046

Merged
merged 9 commits into from
Oct 20, 2024
Merged

Support Python 3.13 #1046

merged 9 commits into from
Oct 20, 2024

Conversation

dbanty
Copy link
Collaborator

@dbanty dbanty commented May 18, 2024

TODO:

  • Use backwards-compatible HTTPStatus enum variants so clients generated on 3.13 can be run on older versions

@dbanty
Copy link
Collaborator Author

dbanty commented May 18, 2024

Hit the first blocker: cffi support python-cffi/cffi#71

@dbanty
Copy link
Collaborator Author

dbanty commented Jun 8, 2024

Next blocker seems to be Pydantic, which will require updates to PyO3

@dbanty dbanty changed the title ci: Start testing 3.13 beta Support Python 3.13 Aug 25, 2024
@dbanty dbanty added the 🐞bug Something isn't working label Aug 25, 2024
@dbanty dbanty merged commit cd3e70b into main Oct 20, 2024
22 checks passed
@dbanty dbanty deleted the test-3.13 branch October 20, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant