We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955e4b4 commit 2cf5916Copy full SHA for 2cf5916
CHANGELOG.rst
@@ -10,6 +10,8 @@ Next version
10
only ``True`` or an iterable were supported.
11
- Dropped compatibility with Python 3.8 and 3.9.
12
- 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>`__.
15
16
17
0.19 (2024-08-03)
pyproject.toml
@@ -33,7 +33,7 @@ dynamic = [
33
"version",
34
]
35
dependencies = [
36
- "pillow>=9",
+ "pillow>=9,!=11",
37
38
optional-dependencies.tests = [
39
"coverage",
0 commit comments