commit: 2fda8ef14aea7c95a9db7a6cf84e01530369df0d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 16:02:09 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 16:04:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fda8ef1
dev-python/starlette: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/starlette/starlette-0.37.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/starlette/starlette-0.37.2.ebuild
b/dev-python/starlette/starlette-0.37.2.ebuild
index 9b7944b96259..69f57b3dda4d 100644
--- a/dev-python/starlette/starlette-0.37.2.ebuild
+++ b/dev-python/starlette/starlette-0.37.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1