From fc8620c4d4a749ea9be8d0340aa485c92edb7385 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 21 Jan 2023 20:32:10 +0100 Subject: Require Python 3.9+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index d9171ba..c7fafd6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = qa,py38,py39,py310,pypy3,py3-nogpg,py3-norequests-noresponses,py3-noresponses +envlist = qa,py{39,310,311},pypy3,py3-nogpg,py3-norequests-noresponses,py3-noresponses skip_missing_interpreters = True # we operate on sources anyway skipsdist = True -- cgit v1.2.3