From 143185aff0657847bfd00a425a3d1e5861aa562a Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Wed, 11 Jan 2023 14:59:59 +0100 Subject: [PATCH] dev-python/webrtcvad: enable py3.11 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 4def673212..7b7f6bee15 100644 --- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild +++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1