From 5cd26d7828239962d4305ce92b416e4a519853de Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 26 Oct 2023 15:02:55 -0600 Subject: [PATCH] tox.ini: add more python versions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8d366cc..e6dfea6 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py36 +envlist = py27, py36, py37, py38, py39, py310, py311, py312 [testenv] commands = pytest