dev-python/pip-api: enable py3.11

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-30 15:16:21 +02:00
parent 6c2d88eaa0
commit 552e5e23ca

View File

@@ -9,7 +9,7 @@ EPYTEST_DESELECT=(
tests/test_installed_distributions.py::test_installed_distributions_multiple_paths
)
DISTUTILS_SETUPTOOLS="pyproject.toml"
PYTHON_COMPAT=( python3_{8..10} pypy3 )
PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1