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 Python 3.13 compatibility #474

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

WIP: Add Python 3.13 compatibility #474

wants to merge 2 commits into from

Conversation

pjbull
Copy link
Member

@pjbull pjbull commented Sep 20, 2024

Add support for Python 3.13, which is being released Oct 1, 2024.

The tricky thing here is that the glob logic in CPython has been totally updated and moved around. We depend on the pre-313 private API for the parsing of the pattern language and inclusion/exclusion as we do the tree walking. Vendored that logic for the time being, but may try a different implementation.

Other changes and todos for 3.13:

Closes #472

Copy link
Contributor

github-actions bot commented Sep 20, 2024

@github-actions github-actions bot temporarily deployed to pull request September 20, 2024 16:23 Inactive
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.

cloudpathlib has incompatibilities with python 3.13
1 participant