commit:     b4fee38c0d1e8adbfb6e4617d55d4a5df244f56f
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:44:14 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 13:17:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4fee38c

app-i18n/opencc: enable py3.11

Closes: https://bugs.gentoo.org/896562
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-i18n/opencc/opencc-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/opencc/opencc-1.1.4.ebuild 
b/app-i18n/opencc/opencc-1.1.4.ebuild
index b8a6652fc9d5..f9d91ca6ab7e 100644
--- a/app-i18n/opencc/opencc-1.1.4.ebuild
+++ b/app-i18n/opencc/opencc-1.1.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit cmake python-any-r1
 

Reply via email to