Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH] portage/README: Update minimum Python version
Date: Fri, 24 Jul 2020 18:46:12
Message-Id: 20200724184546.76196-1-bman@gentoo.org
1 * Per commit e59ec1924d6db957a01c828ce294a7675be5b27c Py 2.7 has been
2 dropped and py3.6 is the minimum supported version
3
4 Bug: https://bugs.gentoo.org/731114
5 Signed-off-by: Aaron Bauman <bman@g.o>
6 ---
7 README | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/README b/README
11 index cae987242..54b12f8ce 100644
12 --- a/README
13 +++ b/README
14 @@ -10,7 +10,7 @@ other package managers.
15 Dependencies
16 ============
17
18 -Python and Bash should be the only hard dependencies. Python 2.7 is the
19 +Python and Bash should be the only hard dependencies. Python 3.6 is the
20 minimum supported version.
21
22 Native Extensions
23 --
24 2.27.0

Replies