From f2f8ed522a91119b6b165c7bbebd16e8fb05fda7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 3 Jun 2024 07:58:09 +0100 Subject: [PATCH] net-libs/gupnp: enable py3.12 Closes: https://bugs.gentoo.org/929703 Signed-off-by: Sam James --- net-libs/gupnp/gupnp-1.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gupnp/gupnp-1.4.3.ebuild b/net-libs/gupnp/gupnp-1.4.3.ebuild index c6094ee62d46c..6b9ab2f50b9de 100644 --- a/net-libs/gupnp/gupnp-1.4.3.ebuild +++ b/net-libs/gupnp/gupnp-1.4.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit gnome.org meson-multilib python-single-r1 vala xdg