From d31f4fe9d9d2b9a0bc33e6d957596b20c7a2a54d Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Sun, 29 May 2022 22:13:58 +0200 Subject: [PATCH] dev-python/pydub: update EAPI 7 -> 8, enable py3.10 Closes: https://bugs.gentoo.org/848261 Signed-off-by: Nicola Smaniotto --- dev-python/pydub/pydub-0.25.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pydub/pydub-0.25.1.ebuild b/dev-python/pydub/pydub-0.25.1.ebuild index 84210e78fb..179ea55426 100644 --- a/dev-python/pydub/pydub-0.25.1.ebuild +++ b/dev-python/pydub/pydub-0.25.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 optfeature