From 5498306333a8a3bd927e0e1348fd539ceba3fa7c Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 3 Oct 2024 10:59:46 +0100 Subject: [PATCH] dev-util/rr: enable py3.13 Signed-off-by: Sam James --- dev-util/rr/rr-5.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rr/rr-5.8.0.ebuild b/dev-util/rr/rr-5.8.0.ebuild index 4b3f96db0d100..bde2799c10277 100644 --- a/dev-util/rr/rr-5.8.0.ebuild +++ b/dev-util/rr/rr-5.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) CMAKE_BUILD_TYPE=Release inherit cmake linux-info python-single-r1