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

Add Python 3.12 support #6

Merged
merged 2 commits into from Oct 5, 2023
Merged

Add Python 3.12 support #6

merged 2 commits into from Oct 5, 2023

Conversation

mgedmin
Copy link
Owner

@mgedmin mgedmin commented Oct 4, 2023

No description provided.

@mgedmin
Copy link
Owner Author

mgedmin commented Oct 5, 2023

Appveyor:

:46: RuntimeWarning: Pillow 10.0.1 does not support Python 3.12 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows.

and then there's a missing runtime dependency of some kind.

Python 3.8 through 3.11 get the same runtime dependency error. Was there a new Pillow release that lacks wheels on PyPI?

@mgedmin
Copy link
Owner Author

mgedmin commented Oct 5, 2023

Oh, right! Pillow no longer builds 32-bit wheels! I need to switch all the Pythons to -x64 versions.

@mgedmin mgedmin merged commit 6828ca3 into master Oct 5, 2023
13 checks passed
@mgedmin mgedmin deleted the py312 branch October 5, 2023 07:56
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

1 participant