summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-05-21 16:48:58 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-05-21 17:06:07 -0400
commit8fdec261accb804285ccbc6ac485fdc8b454947d (patch)
treefbb55f181ddcc235e93915ae02c6ef48a96835ca /app-misc/ranger
parentapp-crypt/seahorse: Version bump to 42.0 (diff)
downloadgentoo-8fdec261accb804285ccbc6ac485fdc8b454947d.tar.gz
gentoo-8fdec261accb804285ccbc6ac485fdc8b454947d.tar.bz2
gentoo-8fdec261accb804285ccbc6ac485fdc8b454947d.zip
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@gentoo.org>
Diffstat (limited to 'app-misc/ranger')
-rw-r--r--app-misc/ranger/ranger-1.9.3.ebuild4
-rw-r--r--app-misc/ranger/ranger-9999.ebuild4
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