Remove pin for Pillow 10

This commit is contained in:
Simon Conseil
2023-09-29 08:23:41 +02:00
parent 69bd554f83
commit 4c48498b98
2 changed files with 4 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ dependencies = [
"click",
"Jinja2>=2.7",
"Markdown",
"Pillow>=8.0.0,<10.0.0",
"Pillow>=8.0.0",
"pilkit",
"natsort",
]

View File

@@ -1,12 +1,12 @@
[tox]
envlist = py{38,39,310,311}-pillow{80,90,-latest},pypy3,check
envlist = py{38,39,310,311}-pillow{80,90,100,-latest},pypy3,check
skip_missing_interpreters = true
[gh-actions]
python =
3.8: py38-pillow80, check
3.9: py39-pillow90
3.10: py310-pillow-latest
3.10: py310-pillow100
3.11: py310-pillow-latest
pypy3: pypy3
@@ -16,6 +16,7 @@ wheel_build_env = .pkg
deps =
pillow80: Pillow==8.0.1
pillow90: Pillow==9.0.1
pillow100: Pillow==10.0.1
extras =
all
tests