summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-11-02 22:13:09 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-11-03 23:37:13 +0100
commitc34874d450138d7a701ff52484609361e2a934d2 (patch)
treee22aa78bf912e9a3d635c53a722292c53be062ca
parentdev-python/consonance: add python 3.11 support (diff)
downloadgentoo-c34874d4.tar.gz
gentoo-c34874d4.tar.bz2
gentoo-c34874d4.zip
dev-python/nautilus-python: add python3.11 support
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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