summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-27 00:28:16 +0000
committerSam James <sam@gentoo.org>2023-02-27 00:31:07 +0000
commit4560dffad3b18fe406346459125153ef87c3d48f (patch)
tree8e24f52dfbab0e9e6446581b87fabe120992e19c /dev-python/pluginbase
parentapp-misc/gramps: enable py3.11 (diff)
downloadgentoo-4560dffad3b18fe406346459125153ef87c3d48f.tar.gz
gentoo-4560dffad3b18fe406346459125153ef87c3d48f.tar.bz2
gentoo-4560dffad3b18fe406346459125153ef87c3d48f.zip
dev-python/pluginbase: enable py3.11
Closes: https://bugs.gentoo.org/896812 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pluginbase')
-rw-r--r--dev-python/pluginbase/pluginbase-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pluginbase/pluginbase-1.0.1.ebuild b/dev-python/pluginbase/pluginbase-1.0.1.ebuild
index c29ca3b56bd5..09171d3d95c2 100644
--- a/dev-python/pluginbase/pluginbase-1.0.1.ebuild
+++ b/dev-python/pluginbase/pluginbase-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1