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

Fix Python 3.12 failures #7188

Merged
merged 2 commits into from
May 27, 2023
Merged

Fix Python 3.12 failures #7188

merged 2 commits into from
May 27, 2023

Conversation

radarhere
Copy link
Member

@radarhere radarhere commented May 26, 2023

The Windows Python 3.12 builds on main have started failing - https://github.com/python-pillow/Pillow/actions/runs/5089366014/jobs/9146907439#step:25:41

ModuleNotFoundError: No module named 'setuptools'

This installs setuptools to fix that.

The Linux Python 3.12 build on main has also started failing with a segfault - https://github.com/python-pillow/Pillow/actions/runs/5089395395/jobs/9146969201

Skipping testing PyQt6 on Python 3.12 fixes that. I'm able to reproduce the segfault without Pillow, so it is not a problem directly with our code.

@radarhere radarhere changed the title Install setuptools on Windows Install setuptools on Windows on GitHub Actions May 26, 2023
@radarhere radarhere changed the title Install setuptools on Windows on GitHub Actions Fix Python 3.12 failures May 27, 2023
@radarhere radarhere removed the Windows label May 27, 2023
@hugovk hugovk merged commit 7c910c4 into python-pillow:main May 27, 2023
55 checks passed
@radarhere radarhere deleted the python312 branch May 27, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants