Add CI job aith Python 3.11

This commit is contained in:
Simon Conseil
2022-11-23 22:27:35 +01:00
parent a05245d56c
commit f56850bf5e
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310}-pillow{80,90,-latest},pypy3,check
envlist = py{38,39,310,311}-pillow{80,90,-latest},pypy3,check
skip_missing_interpreters = true
isolated_build = true
@@ -8,6 +8,7 @@ python =
3.8: py38-pillow80, check
3.9: py39-pillow90
3.10: py310-pillow-latest
3.11: py310-pillow-latest
pypy3: pypy3
[testenv]