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

feat: add support for Python 3.13 #1177

Merged
merged 2 commits into from
Oct 22, 2024
Merged

feat: add support for Python 3.13 #1177

merged 2 commits into from
Oct 22, 2024

Conversation

jackwotherspoon
Copy link
Collaborator

@jackwotherspoon jackwotherspoon commented Oct 17, 2024

Python 3.13 is now a stable release and GA.

Add it to supported versions in setup.py and test suite.

Released on October 7, 2024

Closes #1178

@jackwotherspoon jackwotherspoon self-assigned this Oct 17, 2024
@jackwotherspoon jackwotherspoon requested a review from a team as a code owner October 17, 2024 18:28
@jackwotherspoon
Copy link
Collaborator Author

Looks like asyncpg dep is not playing nicely with Python 3.13, will investigate...

@jackwotherspoon
Copy link
Collaborator Author

Blocked by MagicStack/asyncpg#1181

@jackwotherspoon
Copy link
Collaborator Author

asyncpg v0.30.0 was released and supports Python 3.13

Tests should pass once #1175 is merged and re-based into this branch

@jackwotherspoon jackwotherspoon merged commit 6e6a1c8 into main Oct 22, 2024
15 checks passed
@jackwotherspoon jackwotherspoon deleted the python-3.13 branch October 22, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Python 3.13
2 participants