commit: 123bd7f3309c837a819d539862ec676e2907299e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 16 19:49:48 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 16 19:58:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123bd7f3
dev-python/starlette: Enable pypy3.11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/starlette/starlette-0.45.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/starlette/starlette-0.45.3.ebuild b/dev-python/starlette/starlette-0.45.3.ebuild index f1198cd46af3..6da03731fe00 100644 --- a/dev-python/starlette/starlette-0.45.3.ebuild +++ b/dev-python/starlette/starlette-0.45.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1