dev-python/cangjie: disable py3.10

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-05-24 20:49:31 +01:00
parent a71c77b1d0
commit eebccfb851
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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"