dev-util/catfish: enable py3.12

Closes: https://bugs.gentoo.org/929528
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-03 08:58:57 +01:00
parent 9838f9764a
commit 2d08d7d4b4

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 xdg-utils