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

Python 3.13 support: Add support for new pathlib._local locations of Path et. al. #1201

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

Conversation

rsokl
Copy link

@rsokl rsokl commented Jan 2, 2025

Needed for compatibility with python 3.13; the class definitions for pathlib.Path and co were moved to pathlib._local, changing their serialized representations

Needed for compatibility with python 3.13
Copy link
Collaborator

@Jasha10 Jasha10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, thanks @rsokl!

@Jasha10 Jasha10 mentioned this pull request Jan 2, 2025
@Jasha10
Copy link
Collaborator

Jasha10 commented Jan 6, 2025

FYI I am working to fix some CI issues before merging this.

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.

2 participants