Skip to content

Commit 61ded82

Browse files
committed
Try with more recent Pillow
1 parent e1b34b2 commit 61ded82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ isolated_build = true
55

66
[gh-actions]
77
python =
8-
3.6: py36-pillow70
9-
3.7: py37-pillow71
8+
3.6: py36-pillow72
9+
3.7: py37-pillow80
1010
3.8: py38-pillow-latest, check
1111
3.9: py39-pillow-latest
1212
pypy3: pypy3
1313

1414
[testenv]
1515
deps =
16-
pillow70: Pillow==7.0.0
17-
pillow71: Pillow==7.1.0
16+
pillow80: Pillow==8.0.1
17+
pillow72: Pillow==7.2.0
1818
extras =
1919
all
2020
tests

0 commit comments

Comments
 (0)