dev-util/cutter: enable py3.13

Signed-off-by: John Helmert III <ajak@gentoo.org>
This commit is contained in:
John Helmert III
2024-07-28 11:44:49 -07:00
parent 0c1a155c36
commit bbad511836

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit cmake flag-o-matic toolchain-funcs xdg-utils python-single-r1