commit: 56d4198929dea174a584e6931411f79d8f2a5f89 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Tue Aug 26 15:16:07 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Wed Aug 27 05:33:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d41989
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 <eschwartz <AT> gentoo.org> 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 8ce3600f8a94..f1c811efe643 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
