From acf9be91694f677c2771c6875d7073fada2271e5 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Sat, 6 Jun 2026 14:16:20 +0200 Subject: [PATCH] sci-mathematics/manifold: enable py3.14 Closes: https://bugs.gentoo.org/974109 Signed-off-by: Paul Zander Signed-off-by: Sam James --- sci-mathematics/manifold/manifold-3.1.0-r1.ebuild | 4 ++-- sci-mathematics/manifold/manifold-3.2.1.ebuild | 2 +- sci-mathematics/manifold/manifold-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild b/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild index 3bfcadfb9e6cc..4d684e307355a 100644 --- a/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild +++ b/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit cmake python-single-r1 DESCRIPTION="Geometry library for topological robustness" diff --git a/sci-mathematics/manifold/manifold-3.2.1.ebuild b/sci-mathematics/manifold/manifold-3.2.1.ebuild index 3f5225b4f43fe..01e72ba78e12b 100644 --- a/sci-mathematics/manifold/manifold-3.2.1.ebuild +++ b/sci-mathematics/manifold/manifold-3.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit cmake python-single-r1 DESCRIPTION="Geometry library for topological robustness" diff --git a/sci-mathematics/manifold/manifold-9999.ebuild b/sci-mathematics/manifold/manifold-9999.ebuild index 66a21d2cb6c0b..ede68f3d9a405 100644 --- a/sci-mathematics/manifold/manifold-9999.ebuild +++ b/sci-mathematics/manifold/manifold-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit cmake python-single-r1 DESCRIPTION="Geometry library for topological robustness"