commit: 379ca7c8325838ad0be0f20341125694bbd24ecd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 28 16:59:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 28 16:59:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379ca7c8
media-sound/whipper: enable py3.13 Closes: https://bugs.gentoo.org/952560 Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/whipper/whipper-0.10.0-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/whipper/whipper-0.10.0-r3.ebuild b/media-sound/whipper/whipper-0.10.0-r3.ebuild index fedb60a0068a..1694a39bea5e 100644 --- a/media-sound/whipper/whipper-0.10.0-r3.ebuild +++ b/media-sound/whipper/whipper-0.10.0-r3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DISTUTILS_USE_PEP517="setuptools" +DISTUTILS_USE_PEP517=setuptools DISTUTILS_EXT=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1
