diff options
author | Sam James <sam@gentoo.org> | 2024-06-03 07:58:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-03 07:58:09 +0100 |
commit | f2f8ed522a91119b6b165c7bbebd16e8fb05fda7 (patch) | |
tree | 53018ddc3652ea02ab77fa821424208595f8c707 /net-libs | |
parent | sys-cluster/ceph: enable py3.12 (diff) | |
download | gentoo-f2f8ed522a91119b6b165c7bbebd16e8fb05fda7.tar.gz gentoo-f2f8ed522a91119b6b165c7bbebd16e8fb05fda7.tar.bz2 gentoo-f2f8ed522a91119b6b165c7bbebd16e8fb05fda7.zip |
net-libs/gupnp: enable py3.12
Closes: https://bugs.gentoo.org/929703
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gupnp/gupnp-1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/gupnp/gupnp-1.4.3.ebuild b/net-libs/gupnp/gupnp-1.4.3.ebuild index c6094ee62d46..6b9ab2f50b9d 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 |