From 54456e0c35def662d69440a8d9de1f0cc8efc472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 16 Dec 2022 15:14:09 +0100 Subject: [PATCH] Also test on Python 3.11 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2baacf0..c2bdab2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] isolated_build = true -envlist = py37, py38, py39, py310 +envlist = py37, py38, py39, py310, py311 [testenv] whitelist_externals = poetry