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@gentoo.org>
This commit is contained in:
Eli Schwartz 2025-08-26 11:16:07 -04:00
parent 23a9efdd47
commit 56d4198929
No known key found for this signature in database
GPG Key ID: 84A7D12B700D2F57

View File

@ -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