Skip to content

Commit

Permalink
Mark Pillow 11.0.0 as incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Nov 18, 2024
1 parent 955e4b4 commit 2cf5916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Next version
only ``True`` or an iterable were supported.
- Dropped compatibility with Python 3.8 and 3.9.
- Added Python 3.13.
- Excluded Pillow 11.0.0 from the list of supported Pillow versions, see
`#8535 <https://github.com/python-pillow/Pillow/issues/8530>`__.


0.19 (2024-08-03)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dynamic = [
"version",
]
dependencies = [
"pillow>=9",
"pillow>=9,!=11",
]
optional-dependencies.tests = [
"coverage",
Expand Down

0 comments on commit 2cf5916

Please sign in to comment.