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

Support python 3.13 #275

Merged
merged 8 commits into from
Sep 8, 2024
Merged

Support python 3.13 #275

merged 8 commits into from
Sep 8, 2024

Conversation

ap--
Copy link
Collaborator

@ap-- ap-- commented Sep 8, 2024

Support Python 3.13 on the v0.2.x branch of universal-pathlib.

Closes #221, closes #245

The final 3.13 release is pretty close, so it's better to add support for downstream packages to be able to test.

TODOs:

  • should probably add the stdlib tests for 3.13 too to be consistent.
  • update classifiers in pyproject.toml
  • figure out why boto3 wont install on windows 3.13

MISSING SUPPORT UPSTREAM

@ap-- ap-- self-assigned this Sep 8, 2024
@ap--
Copy link
Collaborator Author

ap-- commented Sep 8, 2024

On Windows we need to wait for pywin32 xref: mhammond/pywin32#2367 mhammond/pywin32#2294

@ap-- ap-- added this to the v0.2.5 milestone Sep 8, 2024
@ap--
Copy link
Collaborator Author

ap-- commented Sep 8, 2024

Windows tests on 3.13 succeed when installing pywin32 from here: https://github.com/mhammond/pywin32/actions/runs/9733348106/artifacts/1652979372

Once mhammond/pywin32#2294 is completed we can enable tests

@ap-- ap-- merged commit 53eae02 into fsspec:main Sep 8, 2024
22 checks passed
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.

Test regressions with Python 3.13 Test against 3.13
1 participant