commit: 11673acbd7afe8b8acbc43ce9d1bf2d4fa292e46 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu May 15 17:20:04 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu May 15 18:06:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11673acb
dev-python/jaraco-logging: enable py3.14 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild b/dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild index edf2bd832728..98e641d6c669 100644 --- a/dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild +++ b/dev-python/jaraco-logging/jaraco-logging-3.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 pypi