diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-27 11:56:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-27 11:56:12 +0200 |
commit | 5d71ee8e590f7e5cd2ebe7752a5983406679f514 (patch) | |
tree | 316522c2da41d5574fe6d28f910319cdc7177294 /net-misc | |
parent | net-misc/ytmdl: Remove old (diff) | |
download | gentoo-5d71ee8e590f7e5cd2ebe7752a5983406679f514.tar.gz gentoo-5d71ee8e590f7e5cd2ebe7752a5983406679f514.tar.bz2 gentoo-5d71ee8e590f7e5cd2ebe7752a5983406679f514.zip |
net-misc/ytmdl: Remove py3.10, dropped from itunespy dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ytmdl/ytmdl-2024.04.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |