Skip to content

Commit ba5f81f

Browse files
hugovkradarhere
andauthored
Add support for Python 3.14 (#9120)
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent bae97e1 commit ba5f81f

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

docs/installation/newer-versions.csv

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Python,3.13,3.12,3.11,3.10,3.9,3.8,3.7,3.6,3.5
2-
Pillow >= 11,Yes,Yes,Yes,Yes,Yes,,,,
3-
Pillow 10.1 - 10.4,,Yes,Yes,Yes,Yes,Yes,,,
4-
Pillow 10.0,,,Yes,Yes,Yes,Yes,,,
5-
Pillow 9.3 - 9.5,,,Yes,Yes,Yes,Yes,Yes,,
6-
Pillow 9.0 - 9.2,,,,Yes,Yes,Yes,Yes,,
7-
Pillow 8.3.2 - 8.4,,,,Yes,Yes,Yes,Yes,Yes,
8-
Pillow 8.0 - 8.3.1,,,,,Yes,Yes,Yes,Yes,
9-
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

docs/releasenotes/12.0.0.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,11 @@ TODO
136136
Other changes
137137
=============
138138

139-
TODO
140-
^^^^
139+
Python 3.14
140+
^^^^^^^^^^^
141141

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
3131
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: 3.14",
3233
"Programming Language :: Python :: Implementation :: CPython",
3334
"Programming Language :: Python :: Implementation :: PyPy",
3435
"Topic :: Multimedia :: Graphics",
@@ -206,7 +207,7 @@ lint.isort.required-imports = [
206207
]
207208

208209
[tool.pyproject-fmt]
209-
max_supported_python = "3.13"
210+
max_supported_python = "3.14"
210211

211212
[tool.pytest.ini_options]
212213
addopts = "-ra --color=auto"

0 commit comments

Comments
 (0)