From bb0a9346b2b208b584e0451180aa5abafcdc0549 Mon Sep 17 00:00:00 2001 From: Tony Olagbaiye Date: Mon, 3 Apr 2023 21:29:15 +0100 Subject: [PATCH] dev-embedded/yosys: enable py3.10, py3.11 Signed-off-by: Tony Olagbaiye --- dev-embedded/yosys/yosys-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/yosys/yosys-9999.ebuild b/dev-embedded/yosys/yosys-9999.ebuild index 2c270f8c63..7fc925bc9e 100644 --- a/dev-embedded/yosys/yosys-9999.ebuild +++ b/dev-embedded/yosys/yosys-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_9 python3_10 python3_11 ) inherit git-r3 python-r1 multilib