diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-26 13:03:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-26 13:04:43 +0200 |
commit | 805ca36a222c5649b16134e818f8c8b23415c7a2 (patch) | |
tree | 6007c4717fb9696bab6b2f7fb7273272dbcfba11 /tox.ini | |
parent | e907b0f04354873316311072da572943abb6281a (diff) | |
download | gemato-805ca36a222c5649b16134e818f8c8b23415c7a2.tar.gz |
Discontinue the support for Python 3.6 and 3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = qa,py36,py37,py38,py39,py310,pypy3,py3-nogpg,py3-norequests-noresponses,py3-noresponses +envlist = qa,py38,py39,py310,pypy3,py3-nogpg,py3-norequests-noresponses,py3-noresponses skip_missing_interpreters = True # we operate on sources anyway skipsdist = True |