Merge branch 'main' into rm-3.9

This commit is contained in:
Andrew Murray 2025-07-30 22:24:23 +10:00 committed by GitHub
commit 0425de6086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 15 deletions

View File

@ -1 +1 @@
cibuildwheel==3.0.1 cibuildwheel==3.1.2

View File

@ -1,10 +1,10 @@
Python,3.13,3.12,3.11,3.10,3.9,3.8,3.7,3.6,3.5 Python,3.14,3.13,3.12,3.11,3.10,3.9,3.8,3.7,3.6,3.5
Pillow 12,Yes,Yes,Yes,Yes,,,,, Pillow 12,Yes,Yes,Yes,Yes,Yes,,,,,
Pillow 11,Yes,Yes,Yes,Yes,Yes,,,, Pillow 11,,Yes,Yes,Yes,Yes,Yes,,,,
Pillow 10.1 - 10.4,,Yes,Yes,Yes,Yes,Yes,,, Pillow 10.1 - 10.4,,,Yes,Yes,Yes,Yes,Yes,,,
Pillow 10.0,,,Yes,Yes,Yes,Yes,,, Pillow 10.0,,,,Yes,Yes,Yes,Yes,,,
Pillow 9.3 - 9.5,,,Yes,Yes,Yes,Yes,Yes,, Pillow 9.3 - 9.5,,,,Yes,Yes,Yes,Yes,Yes,,
Pillow 9.0 - 9.2,,,,Yes,Yes,Yes,Yes,, Pillow 9.0 - 9.2,,,,,Yes,Yes,Yes,Yes,,
Pillow 8.3.2 - 8.4,,,,Yes,Yes,Yes,Yes,Yes, Pillow 8.3.2 - 8.4,,,,,Yes,Yes,Yes,Yes,Yes,
Pillow 8.0 - 8.3.1,,,,,Yes,Yes,Yes,Yes, Pillow 8.0 - 8.3.1,,,,,,Yes,Yes,Yes,Yes,
Pillow 7.0 - 7.2,,,,,,Yes,Yes,Yes,Yes Pillow 7.0 - 7.2,,,,,,,Yes,Yes,Yes,Yes

1 Python 3.14 3.13 3.12 3.11 3.10 3.9 3.8 3.7 3.6 3.5
2 Pillow 12 Yes Yes Yes Yes Yes
3 Pillow 11 Yes Yes Yes Yes Yes
4 Pillow 10.1 - 10.4 Yes Yes Yes Yes Yes
5 Pillow 10.0 Yes Yes Yes Yes
6 Pillow 9.3 - 9.5 Yes Yes Yes Yes Yes
7 Pillow 9.0 - 9.2 Yes Yes Yes Yes
8 Pillow 8.3.2 - 8.4 Yes Yes Yes Yes Yes
9 Pillow 8.0 - 8.3.1 Yes Yes Yes Yes
10 Pillow 7.0 - 7.2 Yes Yes Yes Yes

View File

@ -142,7 +142,11 @@ TODO
Other changes Other changes
============= =============
TODO Python 3.14
^^^^ ^^^^^^^^^^^
TODO Pillow 11.3.0 had wheels built against Python 3.14 beta, available as a preview to help
others prepare for 3.14, and to ensure Pillow could be used immediately at the release
of 3.14.0 final (2025-10-07, :pep:`745`).
Pillow 12.0.0 now officially supports Python 3.14.

View File

@ -28,6 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Graphics",
@ -203,7 +204,7 @@ lint.isort.required-imports = [
] ]
[tool.pyproject-fmt] [tool.pyproject-fmt]
max_supported_python = "3.13" max_supported_python = "3.14"
[tool.pytest.ini_options] [tool.pytest.ini_options]
addopts = "-ra --color=auto" addopts = "-ra --color=auto"