gui-apps/nwg-hello: enable py3.14, py3.15

Closes: https://github.com/gentoo/guru/pull/491
Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-06-12 20:04:58 +02:00
parent c2a03dbeca
commit 768d1c1c74

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..15} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1