From 56d4198929dea174a584e6931411f79d8f2a5f89 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 26 Aug 2025 11:16:07 -0400 Subject: [PATCH] sci-misc/vitables: enable py3.12, py3.13 Now that tests run at all, I can confirm they pass newer pythons as well. Can't test 3.14 because qtpy doesn't enable it yet, but at least we are finally "modern". Closes: https://bugs.gentoo.org/929800 Signed-off-by: Eli Schwartz --- sci-misc/vitables/vitables-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/vitables/vitables-3.1.0.ebuild b/sci-misc/vitables/vitables-3.1.0.ebuild index 8ce3600f8a943..f1c811efe643f 100644 --- a/sci-misc/vitables/vitables-3.1.0.ebuild +++ b/sci-misc/vitables/vitables-3.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 virtualx