From 3791042222e8c629d748397f2d1ae9abc74130fd Mon Sep 17 00:00:00 2001 From: Alex Foran Date: Wed, 13 Sep 2023 08:15:07 -0500 Subject: [PATCH] add newer pythons to tox envlist --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e4e1b246c..8a6bdd516 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ minversion = 3.7.0 skip_missing_interpreters = true envlist = - py{27,37,38,py2.7,py3.8} + py{27,37,38,py2.7,py3.8,py3.9,py3.10,py3.11} flake8 integration mypy