commit: 155a52a841719a219110c2af57c210ae7c214080 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jul 11 18:00:22 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jul 11 18:21:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155a52a8
dev-python/hishel: Enable py3.13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/hishel/hishel-0.0.29.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hishel/hishel-0.0.29.ebuild b/dev-python/hishel/hishel-0.0.29.ebuild index 07503f286cee..046e93ae7033 100644 --- a/dev-python/hishel/hishel-0.0.29.ebuild +++ b/dev-python/hishel/hishel-0.0.29.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="An elegant HTTP Cache implementation for HTTPX and HTTP Core"