app-emulation/glean: enable py3.12

Closes: https://bugs.gentoo.org/929307

Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2024-04-13 10:13:36 -05:00
parent a436d9f40a
commit 3f0156bd35

View File

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