Skip to content

Commit 101ff8c

Browse files
committed
Newly used Pillow enums require at least v9.1.0
c.f. python-pillow/Pillow#5954 also (preumptively) support Pillow 10
1 parent 7877b45 commit 101ff8c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Release type: patch
2+
3+
*support*: Add Pillow 10 to list of supported versions.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pelican = "^3 || ^4"
3535
markdown = {version = "^3.2", optional = true}
3636
beautifulsoup4 = "^4.9"
3737
six = "^1.15.0"
38-
Pillow = "^9.0"
38+
Pillow = "^9.1 || ^10"
3939
lxml = "^4.6"
4040

4141
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)