diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-06-04 14:44:53 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-05 06:12:31 +0100 |
commit | 214971a1af7edd43d423a590d17f8cff8f36526e (patch) | |
tree | dc9e52d2426fdc051279ed546068a7423bfc9915 /dev-util/gdbus-codegen | |
parent | dev-libs/glib: enable py3.12 (diff) | |
download | gentoo-214971a1af7edd43d423a590d17f8cff8f36526e.tar.gz gentoo-214971a1af7edd43d423a590d17f8cff8f36526e.tar.bz2 gentoo-214971a1af7edd43d423a590d17f8cff8f36526e.zip |
dev-util/gdbus-codegen: enable py3.12
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/gdbus-codegen')
-rw-r--r-- | dev-util/gdbus-codegen/gdbus-codegen-2.76.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.76.3.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.76.3.ebuild index 452142388007..631cc2c2b12b 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.76.3.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.76.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 GNOME_ORG_MODULE="glib" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 |