From eebccfb8514d02ce2102674b48ad79455df1dceb Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 24 May 2025 20:49:31 +0100 Subject: [PATCH] dev-python/cangjie: disable py3.10 Signed-off-by: Sam James --- dev-python/cangjie/cangjie-1.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cangjie/cangjie-1.3-r2.ebuild b/dev-python/cangjie/cangjie-1.3-r2.ebuild index 5fcc22b6d6aa7..41915f9f9bf06 100644 --- a/dev-python/cangjie/cangjie-1.3-r2.ebuild +++ b/dev-python/cangjie/cangjie-1.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit autotools python-r1 DESCRIPTION="Python wrapper for libcangjie"