From 796f31a7a35aa7a68296ccf6845346e6c0accbf9 Mon Sep 17 00:00:00 2001 From: Yixun Lan Date: Fri, 17 Mar 2023 19:47:03 +0800 Subject: 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(-) (limited to 'app-i18n/pyzy/pyzy-0.1.0-r3.ebuild') diff --git a/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild b/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild index bdcf77c9e239..69d5e704ce42 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 -- cgit v1.2.3-65-gdbad