dev-python/sphinxcontrib-websupport: Enable testing on pypy3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-03-09 17:33:55 +01:00
parent a2d8bc2edf
commit 65828ed612
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_TESTED=( python3_{11..13} )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 )
PYTHON_TESTED=( pypy3_11 python3_{11..13} )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi

View File

@ -4,8 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_TESTED=( python3_{10..13} pypy3 )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 )
PYTHON_TESTED=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi