dev-python/proxy_tools: enable py3.12

Closes: https://bugs.gentoo.org/931397
Signed-off-by: tastytea <gentoo@tastytea.de>
This commit is contained in:
tastytea
2024-05-07 20:00:21 +02:00
parent faae4c454d
commit b646d7e7bc

View File

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