From 484b4d0b687c1a62fc05155502a3d20dab2aeeb1 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 20 Feb 2024 10:12:56 -0500 Subject: [PATCH] add tox envs --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f7e48a5..f647a43 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist= py39,twine,black,flake8,bandit +envlist= py39,py310,py311,py312,twine,black,flake8,bandit isolated_build = True [testenv]