aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-19 04:10:00 +0000
committerSam James <sam@gentoo.org>2022-05-19 04:10:54 +0000
commit78f51dda9071e0445ae823c90f8f2d6b92a45b71 (patch)
tree59203865d706166148ed07537a1c84ecebd809f6 /tox.ini
parenttox.ini: drop lxml dep (diff)
downloadportage-78f51dda9071e0445ae823c90f8f2d6b92a45b71.tar.gz
portage-78f51dda9071e0445ae823c90f8f2d6b92a45b71.tar.bz2
portage-78f51dda9071e0445ae823c90f8f2d6b92a45b71.zip
*/*: Python 3.6 is EOL; raise min supported to Python 3.7
EOL since 2021-12-23 and indeed isn't in gentoo.git anymore either since a few months ago. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 3c8bc69f6..6bff3ee7c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,9 @@
[tox]
-envlist = py{36,37,38,39,310}-pylint,pypy3
+envlist = py{37,38,39,310}-pylint,pypy3
skipsdist = True
[gh-actions]
python =
- 3.6: py36-pylint
3.7: py37-pylint
3.8: py38-pylint
3.9: py39-pylint