From fef6b167bcda09bb277ee02a454e3b2ec531f6a9 Mon Sep 17 00:00:00 2001
From: Alex Forencich <alex@alexforencich.com>
Date: Mon, 27 Dec 2021 16:53:40 -0800
Subject: [PATCH] Specify min tox and venv versions

---
 tox.ini | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tox.ini b/tox.ini
index 8a873fa7..19a981b3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,8 @@
 [tox]
 envlist = py3
 skipsdist = True
+minversion = 3.2.0
+requires = virtualenv >= 16.1
 
 [gh-actions]
 python =
-- 
GitLab