commit: cd09b9072753ea991176d4fa94c477c891115d6d Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Aug 2 08:01:52 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Aug 2 08:01:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd09b907
profiles/prefix/package.mask: mask python:3.6 Reduce our maintenance, focussing on Python 3.7 and 3.8 series. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index 0003ee99555..f47f8d80b66 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -8,6 +8,10 @@ # NOTE: Please add your entry at the top! # +# Fabian Groffen <[email protected]> (2020-08-02) +# Python 3.6 is soon going away and won't be updated for Prefix anymore. +dev-lang/python:3.6 + # Fabian Groffen <[email protected]> (2020-08-02) # Python 2 is no longer supported # Recent Portage releases no longer supports Python 2, and the version
