commit: 789599be68e76ec513cf3069bd0294dfa05169e8
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 1 14:25:50 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 1 14:37:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=789599be
dev-python/tulir-telethon: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild
b/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild
index 26823b794..cf69a02fc 100644
--- a/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild
+++ b/dev-python/tulir-telethon/tulir-telethon-1.37.0_alpha1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi