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

Add Python 3.13 support #220

Merged
merged 18 commits into from
Nov 5, 2024
Merged

Add Python 3.13 support #220

merged 18 commits into from
Nov 5, 2024

Conversation

No767
Copy link
Owner

@No767 No767 commented Oct 22, 2024

Summary

This PR adds tested support for Python 3.13. As this active release is fairly new, time will need to be given in order to either wheels to be published and/or support to be added to the library. As of now, Catherine-Chan generally should support Python 3.13, but this has not been tested yet.

Types of changes

What types of changes does your code introduce to Catherine-Chan
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (Updates to README.md, the documentation, etc)
  • Other (if none of the other choices apply)

Checklist

Put an x in the boxes that apply

  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes. (if appropriate)
  • All workflows (except pre-commit.ci) pass with my new changes
  • This PR does not address a duplicate issue or PR

@No767 No767 changed the title Add Python 3.13 support Add Python 3.13 and PostgreSQL 17 support Oct 28, 2024
@No767
Copy link
Owner Author

No767 commented Oct 28, 2024

Currently we are waiting on msgspec and pycares for a proper wheel build

@No767 No767 changed the title Add Python 3.13 and PostgreSQL 17 support Add Python 3.13 support Nov 3, 2024
Copy link

sonarcloud bot commented Nov 5, 2024

@No767
Copy link
Owner Author

No767 commented Nov 5, 2024

It seems like pycares just needs some more work overall, which i might help out to fix the bugs. msgspec already has 3.13 since (jcrist/msgspec#711), and pycares technically compiles just fine and runs just fine.

Thus, the plan is to merge this PR for now, and at some point, where msgspec will put out a proper release, i will update to that proper release along with pycares.

@No767 No767 merged commit e475379 into main Nov 5, 2024
14 checks passed
@No767 No767 deleted the noelle/python313-support branch November 5, 2024 05:45
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.

1 participant