From 26fc42f01a2dd8a8f0a6940fee69e09b688cacc2 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 23 May 2025 18:23:06 +0300 Subject: [PATCH] dev-python/pylast: enable py3.14 Signed-off-by: Arthur Zamarin --- dev-python/pylast/pylast-5.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pylast/pylast-5.5.0.ebuild b/dev-python/pylast/pylast-5.5.0.ebuild index a3f4aabcc7c18..75f3a9d20c063 100644 --- a/dev-python/pylast/pylast-5.5.0.ebuild +++ b/dev-python/pylast/pylast-5.5.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi