commit: 8b55d9ffbdf5739623237190dc22a83d215eec1f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 08:14:42 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 08:25:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b55d9ff
dev-python/starlette: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/starlette/starlette-0.27.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/starlette/starlette-0.27.0.ebuild
b/dev-python/starlette/starlette-0.27.0.ebuild
index 757c33f915b1..11703340a66f 100644
--- a/dev-python/starlette/starlette-0.27.0.ebuild
+++ b/dev-python/starlette/starlette-0.27.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1