summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:06:42 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:43:58 -0400
commit386038da54b82bd6d3b099f2cb8c4154ec8d0e64 (patch)
tree6cbdc6cee7be84c85189ff0646a6353aa60e5606
parentapp-text/yelp-tools: Add Python 3.11 compatibility (diff)
downloadgentoo-386038da54b82bd6d3b099f2cb8c4154ec8d0e64.tar.gz
gentoo-386038da54b82bd6d3b099f2cb8c4154ec8d0e64.tar.bz2
gentoo-386038da54b82bd6d3b099f2cb8c4154ec8d0e64.zip
dev-cpp/mm-common: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--dev-cpp/mm-common/mm-common-1.0.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/mm-common/mm-common-1.0.4.ebuild b/dev-cpp/mm-common/mm-common-1.0.4.ebuild
index 8f3b8c291bea..cae8372119fb 100644
--- a/dev-cpp/mm-common/mm-common-1.0.4.ebuild
+++ b/dev-cpp/mm-common/mm-common-1.0.4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit gnome.org python-any-r1 meson
DESCRIPTION="Build infrastructure and utilities for GNOME C++ bindings"