dev-python/fastapi: Add py3.12 & py3.13 to satisfy revdeps in ::guru

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-26 21:55:36 +02:00
parent 4cf930d274
commit 90626767ae

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=pdm-backend
PYTHON_COMPAT=( python3_{14..15} )
PYTHON_COMPAT=( python3_{12..15} )
#may be not stricly required
PYTHON_REQ_USE="threads(+)"
@@ -45,6 +45,8 @@ BDEPEND="
"
EPYTEST_PLUGINS=( anyio inline-snapshot pytest-timeout )
# workaround broken toml config
: ${EPYTEST_TIMEOUT:=30}
# 3k tests+, so use xdist to speed them up
EPYTEST_XDIST=1
distutils_enable_tests pytest