commit: b81c165488e78e74259b85768366b4f8cfb56b43 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Sep 6 16:32:00 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 6 16:32:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81c1654
dev-python/unearth: Enable py3.14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/unearth/unearth-0.17.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/unearth/unearth-0.17.5.ebuild b/dev-python/unearth/unearth-0.17.5.ebuild index 1674c62335d0..0363bc91964e 100644 --- a/dev-python/unearth/unearth-0.17.5.ebuild +++ b/dev-python/unearth/unearth-0.17.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm-backend PYPI_VERIFY_REPO=https://github.com/frostming/unearth -PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 pypi
