dev-libs/open62541: enable py3.11

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2022-08-18 21:00:15 +02:00
parent 806cfe75a1
commit 72d44040cd

View File

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