From 4a205efd458e0fb3f6c91f61a22b5fc2c15577d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 28 May 2025 18:06:27 +0200 Subject: [PATCH] llvm-core/mlir: Enable py3.14 in 21.0.0.9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- llvm-core/mlir/mlir-21.0.0.9999.ebuild | 2 +- llvm-core/mlir/mlir-21.0.0_pre20250528.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-core/mlir/mlir-21.0.0.9999.ebuild b/llvm-core/mlir/mlir-21.0.0.9999.ebuild index dac9d785d1c33..88250d89d0ac1 100644 --- a/llvm-core/mlir/mlir-21.0.0.9999.ebuild +++ b/llvm-core/mlir/mlir-21.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake llvm.org multilib-minimal python-any-r1 DESCRIPTION="Multi-Level Intermediate Representation (library only)" diff --git a/llvm-core/mlir/mlir-21.0.0_pre20250528.ebuild b/llvm-core/mlir/mlir-21.0.0_pre20250528.ebuild index b48fe80f32519..88250d89d0ac1 100644 --- a/llvm-core/mlir/mlir-21.0.0_pre20250528.ebuild +++ b/llvm-core/mlir/mlir-21.0.0_pre20250528.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake llvm.org multilib-minimal python-any-r1 DESCRIPTION="Multi-Level Intermediate Representation (library only)"