commit: 5d71ee8e590f7e5cd2ebe7752a5983406679f514
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 09:56:12 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 09:56:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d71ee8e
net-misc/ytmdl: Remove py3.10, dropped from itunespy dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/ytmdl/ytmdl-2024.04.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/ytmdl/ytmdl-2024.04.14.ebuild
b/net-misc/ytmdl/ytmdl-2024.04.14.ebuild
index 0d06867b5465..f73f070585ef 100644
--- a/net-misc/ytmdl/ytmdl-2024.04.14.ebuild
+++ b/net-misc/ytmdl/ytmdl-2024.04.14.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit bash-completion-r1 distutils-r1 edo