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] Support for Python 3.13 #7620

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

[WIP] Support for Python 3.13 #7620

wants to merge 2 commits into from

Conversation

pmisik
Copy link
Contributor

@pmisik pmisik commented May 16, 2024

Work in progress to see what needs to be fixed to be compatible with future Python 3.13.

Contributor Checklist:

  • I have updated the unit tests
  • I have created a file in the newsfragments directory (and read the README.txt in that directory)
  • I have updated the appropriate documentation

@yan12125
Copy link
Contributor

The first CI error seems related to a Pillow issue: python-pillow/Pillow#8050

I also got erros in other dependencies: cffi, greenlet, ruamel.yaml.clib, scandir. A tracking issue may be worthwhile for those dependencies.

@pmisik
Copy link
Contributor Author

pmisik commented May 19, 2024

A tracking issue may be worthwhile for those dependencies.

Tracking issue #7631

@yan12125
Copy link
Contributor

yan12125 commented Jun 3, 2024

For Pillow, the relevant pull request is merged, and the exec branch is gone. Thus, git+https://github.com/radarhere/Pillow.git@exec can be replaced with git+https://github.com/python-pillow/Pillow.git.

@pmisik pmisik force-pushed the p313 branch 2 times, most recently from 8c59824 to e6dde10 Compare June 3, 2024 15:49
@pmisik
Copy link
Contributor Author

pmisik commented Jun 3, 2024

For Pillow, the relevant pull request is merged, and the exec branch is gone. Thus, git+https://github.com/radarhere/>Pillow.git@exec can be replaced with git+https://github.com/python-pillow/Pillow.git.

@yan12125 thanks for hint.
I've applied change.

Based on pillow issue tracker it seems we might expect release of compatible pillow package around July 1, 2024 python-pillow/Pillow#8076

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.

None yet

2 participants