Andrew Murray
Andrew Murray
This is part of https://github.com/python-pillow/Pillow/pull/8362 - I'm hoping to break down that PR into easier-to-review chunks. Image's `palette` may be `None` ```pycon >>> from PIL import Image >>> im =...
Sequel to #8619 This is part of https://github.com/python-pillow/Pillow/pull/8362 - I'm hoping to break down that PR into easier-to-review chunks.
Sequel to #8844
Possible way to help #8492. Alternative to #8518 The issue has found that running a test that calls `register_handler` at the beginning, and removes the handler at the end, fails...
Resolves #4945 Currently, ```python from PIL import ImageFont, ImageDraw, Image im = Image.new("RGB", (200, 200), "white") draw = ImageDraw.Draw(im) font = ImageFont.truetype("Tests/fonts/DejaVuSans/DejaVuSans.ttf", 24) draw.text((100, 10), "abc\n123\nXYZ", "black", font, direction="ttb") im.show()...
Python 3.14 has been released.
actions/setup-python v6 was recently released - https://github.com/actions/setup-python/releases/tag/v6.0.0
Based on https://github.com/ronaldoussoren/py2app/blob/487a55e34746fa6eb857de51f2bd0ac03026592d/pyproject.toml#L12 Python 3.8 is the minimum supported version.
Python 3.14 is up to release candidate 3 currently - https://peps.python.org/pep-0745/#schedule