From aa25fbc378cd4d48fd2eb2c0d55ae488e2d6c9a0 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sun, 25 Dec 2022 13:40:27 -0400 Subject: Run tests on Python 3.11 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a64ad5387..32341b56f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = lint, - py37,py38,py39,py310,pypy3, + py37,py38,py39,py310,py311,pypy3, py38-cover,coverage, docs -- cgit v1.2.3