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

ANTIALIAS is deprecated and will be removed in Pillow 10 #59

Closed
thijstriemstra opened this issue Oct 16, 2022 · 0 comments
Closed

ANTIALIAS is deprecated and will be removed in Pillow 10 #59

thijstriemstra opened this issue Oct 16, 2022 · 0 comments
Labels

Comments

@thijstriemstra
Copy link
Collaborator

tests/test_asciiblock.py::test_display
  /home/foo/projects/luma.emulator/luma/emulator/device.py:353: DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
    image = image.resize((width, height), Image.ANTIALIAS).convert("RGB")
rm-hull pushed a commit that referenced this issue Aug 3, 2023
* ci: test against python 3.11

* add python 3.10

* update year

* update year

* update year

* ci: test against python 3.11

* don't use parentheses for assert statements

* fix typo

* update changelog

* switch to implicit namespace package configuration

* drop support for python 3.6

* drop support for python 3.6

* only include src dir in wheel

* use f-string

* fix Pillow DeprecationWarning and use Resampling.LANCZOS instead (fixes #59)

* tests: improve error message format

* ci: update actions

* ci: add pypi publish workflow

* ci: check for latest python

* tests: use relative imports

* use python 3.9 on readthedocs

* ci: use pytyon 3.11 release

* 3.8 is latest supported version on rtd

* add python 3.11

* luma.core 2.4 or newer is required now

* fix deprecationwarning for pillow

* remove maintenance badge

* remove maintenance badge

* happy new year

* ci:update pygame deps

* ci: publish when semantic versioned tag is pushed

* add py3.12

* fix tests

* fix lint error

* bump version

* restore constant reference

* doc update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant