commit: c34874d450138d7a701ff52484609361e2a934d2
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 21:13:09 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 22:37:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34874d4
dev-python/nautilus-python: add python3.11 support
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild
b/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild
index 896c1ffaf979..a6648b0c2fdf 100644
--- a/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild
+++ b/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit gnome2 python-single-r1