From 796f31a7a35aa7a68296ccf6845346e6c0accbf9 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Fri, 17 Mar 2023 19:47:03 +0800 Subject: [PATCH] app-i18n/pyzy: enable py3.11 Closes: https://bugs.gentoo.org/896564 Signed-off-by: Yixun Lan --- app-i18n/pyzy/pyzy-0.1.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild b/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild index bdcf77c9e2398..69d5e704ce420 100644 --- a/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild +++ b/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools python-any-r1