aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-26 08:51:05 +0100
committerSam James <sam@gentoo.org>2023-07-26 08:58:30 +0100
commitedb9a6244be524ace95a48282e114d073ff37ad8 (patch)
tree2589c099221ddd365b59527adaf0e3685c53c8a5 /tox.ini
parentdepgraph.py: fix wrong type annotations (diff)
downloadportage-edb9a6244be524ace95a48282e114d073ff37ad8.tar.gz
portage-edb9a6244be524ace95a48282e114d073ff37ad8.tar.bz2
portage-edb9a6244be524ace95a48282e114d073ff37ad8.zip
Increase minimum Python version from Python 3.6/3.7 -> Python 3.9
We don't seem to have been consistent as to whether it was 3.6 or 3.7, but we weren't testing it consistently anyway. It feels too soon to go up to 3.10 unfortunately, but 3.6/3.7 are EOL and 3.8 is EOL next year, so let's do 3.9. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index cec7dd833..4ea388e35 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,9 @@
[tox]
-envlist = py{37,38,39,310,311,312}-{pylint,test},pypy3-test
+envlist = py{39,310,311,312}-{pylint,test},pypy3-test
skipsdist = True
[gh-actions]
python =
- 3.7: py37
- 3.8: py38
3.9: py39
3.10: py310
3.11: py311