Skip to content

Commit 2cf5916

Browse files
committed
Mark Pillow 11.0.0 as incompatible
1 parent 955e4b4 commit 2cf5916

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Next version
1010
only ``True`` or an iterable were supported.
1111
- Dropped compatibility with Python 3.8 and 3.9.
1212
- Added Python 3.13.
13+
- Excluded Pillow 11.0.0 from the list of supported Pillow versions, see
14+
`#8535 <https://github.com/python-pillow/Pillow/issues/8530>`__.
1315

1416

1517
0.19 (2024-08-03)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dynamic = [
3333
"version",
3434
]
3535
dependencies = [
36-
"pillow>=9",
36+
"pillow>=9,!=11",
3737
]
3838
optional-dependencies.tests = [
3939
"coverage",

0 commit comments

Comments
 (0)