From d772b73eb233a396a7e335e9b1cb92fd37a969b5 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 27 Dec 2021 17:02:59 -0800 Subject: [PATCH] Specify min tox and venv versions --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6cf7949..c47bf07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,6 +49,8 @@ addopts = [tox:tox] envlist = py36, py37, py38, py39, py310 skip_missing_interpreters = true +minversion = 3.2.0 +requires = virtualenv >= 16.1 [gh-actions] python =