| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Let's remove that one, we did the same two years ago for 20.04: python-pillow/docker-images#275.
I think it's time for the slower ubuntu-24.04-noble-amd64-valgrind: python-pillow/docker-images#272. |
Sorry, something went wrong.
|
Similar to radarhere/docker-images#4, I've split the valgrind tests into four jobs.
|
Sorry, something went wrong.
|
Also added: |
Sorry, something went wrong.
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
| class TestAvifAnimation: | ||
| @contextmanager | ||
| def star_frames(self) -> Generator[list[Image.Image], None, None]: | ||
| def star_frames(self) -> Generator[list[Image.Image]]: |
There was a problem hiding this comment.
I'm having a hard time finding how this change is part of Python 3.11. It appears to work in Python 3.10.
Python 3.10.20 (main, Mar 7 2026, 05:04:57) [Clang 17.0.0 (clang-1700.6.3.2)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from collections.abc import Generator >>> Generator[int] collections.abc.Generator[int]
Sorry, something went wrong.
There was a problem hiding this comment.
Done by pyupgrade, and yes, could have been done already in 3.10 but we're using Ruff now and its UP rule doesn't do this.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Python 3.10 reaches end of life in October 2026:
Pillow 13.0.0 is planned for 2026-10-15 and will drop Python 3.10:
TODO: