aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING
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 /DEVELOPING
parenttox.ini: drop lxml dep (diff)
downloadgentoo-portage-78f51dda9071e0445ae823c90f8f2d6b92a45b71.tar.xz
gentoo-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 'DEVELOPING')
-rw-r--r--DEVELOPING2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 0299b0364681..5f04d3b6449b 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -9,7 +9,7 @@ bad habits that exist in the current codebase.
Python Version
--------------
-Python 3.6 is the minimum supported version.
+Python 3.7 is the minimum supported version.
Dependencies
------------