From 18edb1167f9b3c1402852f3527f2977cf9328fec Mon Sep 17 00:00:00 2001 From: Jordan Vance Date: Tue, 25 Oct 2022 15:51:03 -0400 Subject: [PATCH] Match github actions python versions --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 65b7b46..6d05b20 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py310,py311 +envlist = py37,py38,py39,py310,py311 [testenv] deps = unittest2