From 045bf66c3e507e5e37d6df75377214bedf1626f2 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Fri, 11 Oct 2024 20:41:52 +0200 Subject: [PATCH] dev-util/DirectXShaderCompiler: Allow python3_12 Signed-off-by: Username404-59 Signed-off-by: David Roman --- .../DirectXShaderCompiler/DirectXShaderCompiler-1.8.2407.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/DirectXShaderCompiler/DirectXShaderCompiler-1.8.2407.ebuild b/dev-util/DirectXShaderCompiler/DirectXShaderCompiler-1.8.2407.ebuild index f04499d858..2e67f78d79 100644 --- a/dev-util/DirectXShaderCompiler/DirectXShaderCompiler-1.8.2407.ebuild +++ b/dev-util/DirectXShaderCompiler/DirectXShaderCompiler-1.8.2407.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake check-reqs python-any-r1 DESCRIPTION="Microsoft DirectX Shader Compiler which is based on LLVM/Clang"