commit: 0c29012e801a1e1083d99a51719451a18f785c4d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 10:49:51 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 10:50:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c29012e
dev-util/glib-utils: enable py3.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/glib-utils/glib-utils-2.78.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/glib-utils/glib-utils-2.78.6.ebuild
b/dev-util/glib-utils/glib-utils-2.78.6.ebuild
index 6b1843a1936b..9616b413064b 100644
--- a/dev-util/glib-utils/glib-utils-2.78.6.ebuild
+++ b/dev-util/glib-utils/glib-utils-2.78.6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
GNOME_ORG_MODULE="glib"
inherit gnome.org python-single-r1