dev-python/urlmatch: enable py3.12

Closes: https://bugs.gentoo.org/931437
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
Nicola Smaniotto
2024-05-13 10:48:19 +02:00
parent 684c528b57
commit 34f6cc782e

View File

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