From 1bb646dc54faf059b710fe1d67959bbf24fe5a18 Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Sun, 26 Feb 2023 08:26:42 +0000 Subject: dev-lang/ispc: enable py3.11 Closes: https://bugs.gentoo.org/896694 Signed-off-by: Patrick Lauer --- dev-lang/ispc/ispc-1.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/ispc/ispc-1.18.0.ebuild b/dev-lang/ispc/ispc-1.18.0.ebuild index 6f2ee56c5a5e..a343a4857794 100644 --- a/dev-lang/ispc/ispc-1.18.0.ebuild +++ b/dev-lang/ispc/ispc-1.18.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) LLVM_MAX_SLOT=14 inherit cmake python-any-r1 llvm -- cgit v1.2.3-65-gdbad