From 62a01228fd88c6b2f5fcbb80052ff6fce0422ad4 Mon Sep 17 00:00:00 2001 From: Erik Schamper <1254028+Schamper@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:20:19 +0100 Subject: [PATCH] Bump minimal tox version (#25) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3426484..67e8e8a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = lint, py3, pypy3 # requires if they are not available on the host system. This requires the # locally installed tox to have a minimum version 3.3.0. This means the names # of the configuration options are still according to the tox 3.x syntax. -minversion = 4.2.4 +minversion = 4.4.3 # This version of virtualenv will install setuptools version 65.5.0 and pip # 22.3. These versions fully support python projects defined only through a # pyproject.toml file (PEP-517/PEP-518/PEP-621)