dev-python/jaraco-functools: Enable py3.14

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-08 19:04:32 +02:00
parent 186253c33d
commit ff1632b4c3

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} python3_13t )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} python3_1{3t,4t} )
inherit distutils-r1 pypi