From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C5D6138359 for ; Mon, 27 Jul 2020 01:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7174E15BF; Mon, 27 Jul 2020 01:05:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2992FE15BF for ; Mon, 27 Jul 2020 01:05:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5AED34ED8F for ; Mon, 27 Jul 2020 01:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D84762F1 for ; Mon, 27 Jul 2020 01:05:31 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1595811848.a2b7277ea46b8878ce079fc560a54c59006e9d0b.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: a2b7277ea46b8878ce079fc560a54c59006e9d0b X-VCS-Branch: master Date: Mon, 27 Jul 2020 01:05:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a0b2938-da64-413a-9488-f91c088b4dd5 X-Archives-Hash: 1f74c44a35e9164dbbf72097af1a54cf commit: a2b7277ea46b8878ce079fc560a54c59006e9d0b Author: Aaron Bauman gentoo org> AuthorDate: Fri Jul 24 18:45:46 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jul 27 01:04:08 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a2b7277e portage/README: Update minimum Python version * Per commit e59ec1924d6db957a01c828ce294a7675be5b27c Py 2.7 has been dropped and py3.6 is the minimum supported version Bug: https://bugs.gentoo.org/731114 Signed-off-by: Aaron Bauman gentoo.org> Signed-off-by: Zac Medico gentoo.org> README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index cae987242..54b12f8ce 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ other package managers. Dependencies ============ -Python and Bash should be the only hard dependencies. Python 2.7 is the +Python and Bash should be the only hard dependencies. Python 3.6 is the minimum supported version. Native Extensions