-
Notifications
You must be signed in to change notification settings - Fork 64
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
cloudpathlib has incompatibilities with python 3.13 #472
Comments
Thanks for the heads up—will look at getting these in close to/around release. |
Other changes for 3.13:
|
@msmitherdc Just released v0.20.0 to PyPI. Should be good to go with Python 3.13. Let us know if you find any issues. |
awesome, i can see it wasn't a small job with some of the internal methods going away |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImportError: cannot import name '_PathParents' from 'pathlib'
ImportError: cannot import name 'posixpath' from 'pathlib'
ImportError: cannot import name '_make_selector' from 'pathlib'
The text was updated successfully, but these errors were encountered: