From a85aab0179dba036292248b11fae87a0d73fda05 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Wed, 21 Feb 2024 10:56:44 -0500 Subject: [PATCH] build: Only test Py3.8 and Py3.12 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 027edc8..5e91e04 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{38,39,310,311,312}, coverage, pylint +envlist = py{38,312}, coverage, pylint [testenv] deps =