dev-python/importlib-metadata: enable py3.14

Signed-off-by: Andrew Udvare <audvare@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44927
Closes: https://github.com/gentoo/gentoo/pull/44927
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Andrew Udvare 2025-12-06 11:11:30 -05:00 committed by Michał Górny
parent 564032973b
commit 5e0a57ed29
No known key found for this signature in database
GPG Key ID: 8E32347AF4055AE8

View File

@ -7,7 +7,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
# NB: this package extends beyond built-in importlib stuff in py3.8+
# new entry_point API not yet included in cpython release
PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi