From b42e01e241a3c9380db68c7e41ecb94dc18770ec Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 1 Jun 2021 11:42:00 +0000 Subject: dev-python/pyaudio: add Python 3.9 Signed-off-by: Sam James --- dev-python/pyaudio/pyaudio-0.2.11-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyaudio/pyaudio-0.2.11-r1.ebuild b/dev-python/pyaudio/pyaudio-0.2.11-r1.ebuild index d007e6d76cb0..fa28b7d001ee 100644 --- a/dev-python/pyaudio/pyaudio-0.2.11-r1.ebuild +++ b/dev-python/pyaudio/pyaudio-0.2.11-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 MY_PN="PyAudio" -- cgit v1.2.3-65-gdbad