dev-python/pyjsparser: enable python 3.11

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2023-01-16 02:28:14 +01:00
parent 47efb1cafb
commit 9ba49c2beb

View File

@@ -4,7 +4,8 @@
EAPI=8
H=5465d037b30e334cb0997f2315ec1e451b8ad4c1
PYTHON_COMPAT=( python3_{9..10} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1