From 2fab583ff0bd8d72ae05787a2204b822c651e439 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Thu, 14 Oct 2021 19:12:53 +0200 Subject: [PATCH] Update tox --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 34a32cd..7eb42ef 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{37,38,39}-pillow{71,-latest},pypy3,check +envlist = py{37,38,39,310}-pillow{71,-latest},pypy3,check skip_missing_interpreters = true isolated_build = true @@ -8,6 +8,7 @@ python = 3.7: py37-pillow71 3.8: py38-pillow-latest, check 3.9: py39-pillow-latest + 3.10: py310-pillow-latest pypy3: pypy3 [testenv]