From 6a283d942fe8f660f8949f8b31c3df9e1bfc3b45 Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Sun, 27 Apr 2025 10:33:22 +0200 Subject: [PATCH] sci-physics/fastjet: enable py3.13 Closes: https://bugs.gentoo.org/952699 Signed-off-by: Alexander Puck Neuwirth Part-of: https://github.com/gentoo/gentoo/pull/41789 Closes: https://github.com/gentoo/gentoo/pull/41789 Signed-off-by: Sam James --- sci-physics/fastjet/fastjet-3.4.3.ebuild | 4 ++-- sci-physics/fastjet/fastjet-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-physics/fastjet/fastjet-3.4.3.ebuild b/sci-physics/fastjet/fastjet-3.4.3.ebuild index f8b55a9cec69f..d1211e191d287 100644 --- a/sci-physics/fastjet/fastjet-3.4.3.ebuild +++ b/sci-physics/fastjet/fastjet-3.4.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_NEEDED=plugins -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DOCS_BUILDER="doxygen" DOCS_DEPEND=" media-gfx/graphviz diff --git a/sci-physics/fastjet/fastjet-9999.ebuild b/sci-physics/fastjet/fastjet-9999.ebuild index f8b55a9cec69f..d1211e191d287 100644 --- a/sci-physics/fastjet/fastjet-9999.ebuild +++ b/sci-physics/fastjet/fastjet-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 FORTRAN_NEEDED=plugins -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DOCS_BUILDER="doxygen" DOCS_DEPEND=" media-gfx/graphviz