dev-libs/open62541: enable py3.13

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach 2024-06-10 20:31:19 +02:00
parent 9b446714df
commit 773a5aa4e0
No known key found for this signature in database
GPG Key ID: DB8F6A82BDCE20B9

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit cmake python-single-r1