From f6144e03b4492eb1c8e64fa8498579f3c772a170 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Sun, 29 May 2022 22:15:14 +0200 Subject: [PATCH] dev-python/webrtcvad: enable py3.10 Closes: https://bugs.gentoo.org/848251 Signed-off-by: Nicola Smaniotto --- dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild index 389b09dca4..e2b70e1a22 100644 --- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild +++ b/dev-python/webrtcvad/webrtcvad-2.0.10.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=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1