commit: 8fdec261accb804285ccbc6ac485fdc8b454947d Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat May 21 20:48:58 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat May 21 21:06:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdec261
app-misc/ranger: enable py3.10+3.11 Tests pass, and I moderately use this and seems fine with these. Still pending pep517 migration. Closes: https://bugs.gentoo.org/845516 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> app-misc/ranger/ranger-1.9.3.ebuild | 4 ++-- app-misc/ranger/ranger-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/ranger/ranger-1.9.3.ebuild b/app-misc/ranger/ranger-1.9.3.ebuild index 3e5e5fb6cd27..418b58b589cb 100644 --- a/app-misc/ranger/ranger-1.9.3.ebuild +++ b/app-misc/ranger/ranger-1.9.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 xdg diff --git a/app-misc/ranger/ranger-9999.ebuild b/app-misc/ranger/ranger-9999.ebuild index 786750d7f641..dc221309a87d 100644 --- a/app-misc/ranger/ranger-9999.ebuild +++ b/app-misc/ranger/ranger-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 xdg
