aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING
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 /DEVELOPING
parentdepgraph.py: fix wrong type annotations (diff)
downloadgentoo-portage-edb9a6244be524ace95a48282e114d073ff37ad8.tar.xz
gentoo-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 'DEVELOPING')
-rw-r--r--DEVELOPING2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 2f05d49b5cfa..0d414c4da5df 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -9,7 +9,7 @@ bad habits that exist in the current codebase.
Python Version
--------------
-Python 3.7 is the minimum supported version.
+Python 3.9 is the minimum supported version.
Dependencies
------------