mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
23a9efdd47
commit
56d4198929
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user