diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 00:44:00 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 01:05:26 +0100 |
commit | 19af81d57898902d8841d2b9312d918ff757d9c7 (patch) | |
tree | 818c51320f948e8c93556418af81a4f5b885a728 /net-misc/ytmdl | |
parent | app-admin/rsyslog: enable python 3.11 (diff) | |
download | gentoo-19af81d57898902d8841d2b9312d918ff757d9c7.tar.gz gentoo-19af81d57898902d8841d2b9312d918ff757d9c7.tar.bz2 gentoo-19af81d57898902d8841d2b9312d918ff757d9c7.zip |
net-misc/ytmdl: enable python 3.11
Closes: https://bugs.gentoo.org/897134
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'net-misc/ytmdl')
-rw-r--r-- | net-misc/ytmdl/ytmdl-2022.12.25.ebuild | 2 | ||||
-rw-r--r-- | net-misc/ytmdl/ytmdl-2022.3.16.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ytmdl/ytmdl-2022.12.25.ebuild b/net-misc/ytmdl/ytmdl-2022.12.25.ebuild index bbabf283d724..7c908d1870ad 100644 --- a/net-misc/ytmdl/ytmdl-2022.12.25.ebuild +++ b/net-misc/ytmdl/ytmdl-2022.12.25.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit bash-completion-r1 distutils-r1 diff --git a/net-misc/ytmdl/ytmdl-2022.3.16.ebuild b/net-misc/ytmdl/ytmdl-2022.3.16.ebuild index 735d7b0244c7..a43f0ec72bd5 100644 --- a/net-misc/ytmdl/ytmdl-2022.3.16.ebuild +++ b/net-misc/ytmdl/ytmdl-2022.3.16.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit bash-completion-r1 distutils-r1 |