dev-python/pyproject2setuppy: enable py3.11

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-05-16 16:56:31 +02:00
parent 3c98f90d79
commit 48fe37598e

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=manual
PYTHON_COMPAT=( python3_{8..10} pypy3 )
PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="Cheap setup.py hack to install flit & poetry-based projects"