diff options
author | Sam James <sam@gentoo.org> | 2024-10-03 11:49:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 11:50:12 +0100 |
commit | 0c29012e801a1e1083d99a51719451a18f785c4d (patch) | |
tree | 7a3bab3168f9cb9c51f5c0cead1beb6bb57d8dea /dev-util | |
parent | app-emulation/open-vm-tools: drop 12.2.0, 12.2.5 (diff) | |
download | gentoo-0c29012e801a1e1083d99a51719451a18f785c4d.tar.gz gentoo-0c29012e801a1e1083d99a51719451a18f785c4d.tar.bz2 gentoo-0c29012e801a1e1083d99a51719451a18f785c4d.zip |
dev-util/glib-utils: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/glib-utils/glib-utils-2.78.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |