commit: e76e86f2a90952a12e25c3c13e2a6661b1a3e27c Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Mon May 13 20:56:25 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon May 13 22:18:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e76e86f2
dev-python/tulir-telethon: enable py3.12 Closes: https://bugs.gentoo.org/931447 Signed-off-by: Julien Roy <julien <AT> jroy.ca> dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild b/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild index 4e216ff22c..dd878b8341 100644 --- a/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild +++ b/dev-python/tulir-telethon/tulir-telethon-1.35.0_alpha1.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYPI_NO_NORMALIZE=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi
