Skip to content

Commit 767a3f1

Browse files
authored
Add support for Python 3.15 (#9776)
1 parent e44c10c commit 767a3f1

3 files changed

Lines changed: 20 additions & 14 deletions

File tree

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

docs/releasenotes/13.0.0.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ TODO
8787
Other changes
8888
=============
8989

90-
TODO
91-
^^^^
90+
Python 3.15
91+
^^^^^^^^^^^
9292

93-
TODO
93+
Pillow 12.3.0 had wheels built against Python 3.15 beta, available as a preview
94+
to help projects prepare for 3.15, and to ensure Pillow could be used
95+
immediately at the release of 3.15.0 final (2026-10-01, :pep:`790`).
96+
97+
Pillow 13.0.0 now officially supports Python 3.15.

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.12",
3030
"Programming Language :: Python :: 3.13",
3131
"Programming Language :: Python :: 3.14",
32+
"Programming Language :: Python :: 3.15",
3233
"Programming Language :: Python :: Implementation :: CPython",
3334
"Programming Language :: Python :: Implementation :: PyPy",
3435
"Topic :: Multimedia :: Graphics",
@@ -185,7 +186,7 @@ lint.isort.required-imports = [
185186
]
186187

187188
[tool.pyproject-fmt]
188-
max_supported_python = "3.14"
189+
max_supported_python = "3.15"
189190

190191
[tool.mypy]
191192
follow_imports = "silent"

0 commit comments

Comments
 (0)