diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-06-04 14:44:59 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-05 06:12:31 +0100 |
commit | e57424b8dfa2f6cd978b1b537b6bd7e18a2b1374 (patch) | |
tree | 9775bf281831ed061bd55af10e7aa3963581005f /dev-util | |
parent | dev-util/gdbus-codegen: enable py3.12 (diff) | |
download | gentoo-e57424b8dfa2f6cd978b1b537b6bd7e18a2b1374.tar.gz gentoo-e57424b8dfa2f6cd978b1b537b6bd7e18a2b1374.tar.bz2 gentoo-e57424b8dfa2f6cd978b1b537b6bd7e18a2b1374.zip |
dev-util/glib-utils: enable py3.12
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/glib-utils/glib-utils-2.76.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/glib-utils/glib-utils-2.76.3.ebuild b/dev-util/glib-utils/glib-utils-2.76.3.ebuild index a3a82d2df97f..ae99e9487c19 100644 --- a/dev-util/glib-utils/glib-utils-2.76.3.ebuild +++ b/dev-util/glib-utils/glib-utils-2.76.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) GNOME_ORG_MODULE="glib" inherit gnome.org python-single-r1 |