From d52a74d72f56e7522197459cb09f5bf92c86abe9 Mon Sep 17 00:00:00 2001 From: Omar Ryhan Date: Wed, 22 May 2024 16:16:28 +0300 Subject: [PATCH] remove dead py versions from tox config --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 456ca09..46e4b1f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py36,py37,py38,py39,py310 +envlist=py38,py39,py310 [testenv] deps =