From bbad511836feeb46aa3799f476a9cc6bbbf783dd Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Sun, 28 Jul 2024 11:44:49 -0700 Subject: [PATCH] dev-util/cutter: enable py3.13 Signed-off-by: John Helmert III --- dev-util/cutter/cutter-2.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cutter/cutter-2.3.4.ebuild b/dev-util/cutter/cutter-2.3.4.ebuild index 6539bd424b05e..72bf6c99ccfca 100644 --- a/dev-util/cutter/cutter-2.3.4.ebuild +++ b/dev-util/cutter/cutter-2.3.4.ebuild @@ -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