media-plugins/vamp-aubio-plugins: enable py3.13, py3.14, pypy3_11

Closes: https://bugs.gentoo.org/952537
Closes: https://bugs.gentoo.org/951044
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz 2025-07-29 16:55:04 -04:00
parent 651b915ec9
commit 9f48c85023
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57

View File

@ -1,8 +1,8 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3 python3_{10..12} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
PYTHON_REQ_USE='threads(+)'
inherit python-any-r1 waf-utils