From 61ded82e27ccde252d6da595ceb6bd49f789ca2b Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 7 Feb 2021 20:59:01 -0300 Subject: [PATCH] Try with more recent Pillow --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 07c390ad..2c306018 100644 --- a/tox.ini +++ b/tox.ini @@ -5,16 +5,16 @@ isolated_build = true [gh-actions] python = - 3.6: py36-pillow70 - 3.7: py37-pillow71 + 3.6: py36-pillow72 + 3.7: py37-pillow80 3.8: py38-pillow-latest, check 3.9: py39-pillow-latest pypy3: pypy3 [testenv] deps = - pillow70: Pillow==7.0.0 - pillow71: Pillow==7.1.0 + pillow80: Pillow==8.0.1 + pillow72: Pillow==7.2.0 extras = all tests