From 94a101f621bcba20c91deb0418f88fc9c09657a9 Mon Sep 17 00:00:00 2001 From: Zoltan Puskas Date: Sun, 2 Apr 2023 21:35:33 -0700 Subject: sci-electronics/kicad: enable py3.11 Closes: https://bugs.gentoo.org/897208 Signed-off-by: Zoltan Puskas Closes: https://github.com/gentoo/gentoo/pull/30451 Signed-off-by: Matthew Smith --- sci-electronics/kicad/kicad-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-electronics/kicad') diff --git a/sci-electronics/kicad/kicad-9999.ebuild b/sci-electronics/kicad/kicad-9999.ebuild index 0a613e92f79e..b017e4c3fe9d 100644 --- a/sci-electronics/kicad/kicad-9999.ebuild +++ b/sci-electronics/kicad/kicad-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) WX_GTK_VER="3.2-gtk3" inherit check-reqs cmake optfeature python-single-r1 toolchain-funcs wxwidgets xdg-utils -- cgit v1.2.3-65-gdbad