From 28c24169c5cde3865d7b73b9777c9083d6a714ce Mon Sep 17 00:00:00 2001 From: Jonas Schaub <44881147+JonasSchaub@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:01:33 +0200 Subject: [PATCH] fix: remove testing of old Python versions --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 229f755..3534f1c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,py39,py310,lint +envlist = py310,lint requires = tox-conda [testenv] @@ -7,7 +7,7 @@ setenv = CONDA_DLL_SEARCH_MODIFICATION_ENABLE = 1 whitelist_externals = python -[testenv:py{38,39,310}] +[testenv:py{310}] conda_deps = pytest rdkit