From ff7b5a2f94e482e9ca58c9a0a9c1fa48753d9a42 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 20 Aug 2021 15:10:50 +0200 Subject: [PATCH] Bump the minimum tox version to 3.16.1 Refs: * https://github.com/tox-dev/tox/issues/947 * https://github.com/tox-dev/tox/pull/991 * https://github.com/tox-dev/tox/pull/2166 * https://github.com/tox-dev/tox/pull/1609 * https://github.com/tox-dev/tox/pull/2175 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 623f2aaa1..f04d5fd56 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ mypy_tmp_dir = mypy_tmp_dir [tox] envlist = linters, type, py38, report, clean -minversion = 1.4.2 +minversion = 3.16.1 skipsdist = True skip_missing_interpreters = true