From 07d4c4a54309b757229fd9198e81ebf21e7fe42b Mon Sep 17 00:00:00 2001 From: Steve Goldman <32876747+s-goldman@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:56:26 -0400 Subject: [PATCH] bug fix in tox. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e151a5f..cb6f59e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist= py311, py312, py310, style, dev +envlist= py310, py311, py312, style, dev [testenv]