dev-python/protego: enable py3.12

Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
Aisha Tammy 2023-12-28 21:04:08 -05:00
parent 92d25ec0e5
commit 076d3267e9
No known key found for this signature in database
GPG Key ID: D22D69390AF3D8F3

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} pypy3 )
PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1