From 6121d50a9a6edfe1eb3eac67b245c46012feafec Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Thu, 30 Jun 2022 11:12:53 +0100 Subject: [PATCH] Drop py37 from Tox fully --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5e9d84c..c7035a7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,9 @@ # For more information about tox, see https://tox.readthedocs.io/en/latest/ [tox] -envlist = py{37,38,39,310}-{linux,macos,windows} +envlist = py{38,39,310}-{linux,macos,windows} [gh-actions] python = - 3.7: py37 3.8: py38 3.9: py39 3.10: py310