summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:07:12 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:43:58 -0400
commit70a8582e262f9f6c0433f3cc36b849f787141b2b (patch)
tree30f659f8c51f16e2a5adb17eb3370fc7041d645f /dev-libs/gom
parentdev-libs/folks: Add Python 3.11 compatibility (diff)
downloadgentoo-70a8582e262f9f6c0433f3cc36b849f787141b2b.tar.gz
gentoo-70a8582e262f9f6c0433f3cc36b849f787141b2b.tar.bz2
gentoo-70a8582e262f9f6c0433f3cc36b849f787141b2b.zip
dev-libs/gom: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/gom')
-rw-r--r--dev-libs/gom/gom-0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gom/gom-0.4.ebuild b/dev-libs/gom/gom-0.4.ebuild
index b1af001b05ae..b111481b9f7f 100644
--- a/dev-libs/gom/gom-0.4.ebuild
+++ b/dev-libs/gom/gom-0.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
GCONF_DEBUG="yes"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit gnome.org meson python-r1