-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Missing 8.0.1 .whl for pypy36 on Windows #5043
Comments
Looks like there's only a PyPy3.7 wheel for the 8.0.1 release (#4764): https://pypi.org/project/Pillow/#files IIRC the 8.0.0 wheels for Windows omitted libpng and should not be affected by the FreeType CVE, so I think you can use 8.0.0 on Windows if you don't need CBDT font support. The two releases are identical except for the included FreeType library version in wheels. |
Yes, it works with 8.0.0. |
There's also only @cgohlke Is the general idea only to make binaries for the latest PyPy version? |
I only maintain one PyPy installation on my system. |
Okay, thanks! Let's close this then. |
What did you do?
On windows:
What did you expect to happen?
There is pypy36 whl for windows.
What actually happened?
Compilation error.
What are your OS, Python and Pillow versions?
The text was updated successfully, but these errors were encountered: