summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-21 20:32:10 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-21 20:51:14 +0100
commitfc8620c4d4a749ea9be8d0340aa485c92edb7385 (patch)
tree4b4464bdd12423284ec88745fe0ad6925918897f /tox.ini
parent9650394b8cadaa6ef9f4732e10610058432935c8 (diff)
downloadgemato-fc8620c4d4a749ea9be8d0340aa485c92edb7385.tar.gz
Require Python 3.9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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