commit: e042b5684ebd4c634ca467f2dc2fe51de59a95d6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 7 05:06:27 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 7 05:21:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e042b568
profiles: last-rite dev-lang/python:3.6 Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/24432 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 243761a261d9..c318aaa10a00 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2022-03-07) +# Python 3.6 was declared end-of-life by upstream on 2021-11-04. +# Please migrate to a newer Python version/slot or use a virtualenv +# if still needed. Removal on 2022-04-07. +dev-lang/python:3.6 + # Conrad Kostecki <[email protected]> (2022-03-06) # Since prelink has been already last-rited, # this package has no more use and can be removed.
