From 24a54285dc40714490501a52b4cbd6e8765a8a28 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 3 Jan 2026 19:20:50 +0500 Subject: [PATCH] dev-python/tulir-telethon: enable py3.14 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/tulir-telethon/tulir-telethon-1.99.0_alpha6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tulir-telethon/tulir-telethon-1.99.0_alpha6.ebuild b/dev-python/tulir-telethon/tulir-telethon-1.99.0_alpha6.ebuild index e325b438eb..1beae2bb8a 100644 --- a/dev-python/tulir-telethon/tulir-telethon-1.99.0_alpha6.ebuild +++ b/dev-python/tulir-telethon/tulir-telethon-1.99.0_alpha6.ebuild @@ -1,11 +1,11 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi