-
Notifications
You must be signed in to change notification settings - Fork 164
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
Drop support for Python 3.7 #385
Conversation
Default font config for Pillow changed in 10.1.0, causing our tests to fail (because it uses a different "builtin" font AFAIK). See https://pillow.readthedocs.io/en/latest/releasenotes/10.1.0.html#size-and-font-size-arguments-when-using-default-font Will have to regenerate the test data to fix it (hopefully). |
The Python 3.7 builder fails because the newest Pillow generates different data and since Python 3.7 is stuck with Pillow <= 9.5.0 I suggest we removed Python 3.7 support since it also reached end of life 4 months ago. |
@rm-hull can you force merge it, py3.7 builder is acting up |
also:
fixes #384