diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:07:12 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:58 -0400 |
commit | 70a8582e262f9f6c0433f3cc36b849f787141b2b (patch) | |
tree | 30f659f8c51f16e2a5adb17eb3370fc7041d645f /dev-libs/gom | |
parent | dev-libs/folks: Add Python 3.11 compatibility (diff) | |
download | gentoo-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.ebuild | 2 |
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 |