From ede74cd964e9f79a8d852ef20e3c2039ab74e017 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 7 Jun 2026 14:00:13 +0200 Subject: [PATCH] sci-misc/vitables: enable py3.14 Closes: https://bugs.gentoo.org/974115 Signed-off-by: Pacho Ramos --- sci-misc/vitables/vitables-3.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-misc/vitables/vitables-3.1.0.ebuild b/sci-misc/vitables/vitables-3.1.0.ebuild index f1c811efe643f..1ad046852c2b1 100644 --- a/sci-misc/vitables/vitables-3.1.0.ebuild +++ b/sci-misc/vitables/vitables-3.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 virtualx