app-text/htmlmin: Enable py3.12

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-06-02 19:48:33 +02:00
parent f3fdc6fc89
commit 3219535641

View File

@@ -3,8 +3,9 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
# upstream doesn't do tags much