From b23b261855dea93acff0aae64d255eab4a90c991 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 4 Oct 2024 08:57:02 +0100 Subject: [PATCH] dev-util/pahole: enable py3.13 ... and drop py3.9 which is a noop these days. Signed-off-by: Sam James --- dev-util/pahole/pahole-1.27-r1.ebuild | 2 +- dev-util/pahole/pahole-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/pahole/pahole-1.27-r1.ebuild b/dev-util/pahole/pahole-1.27-r1.ebuild index 7a1aa466edfb6..1f86be66916a1 100644 --- a/dev-util/pahole/pahole-1.27-r1.ebuild +++ b/dev-util/pahole/pahole-1.27-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 MY_PN=dwarves diff --git a/dev-util/pahole/pahole-9999.ebuild b/dev-util/pahole/pahole-9999.ebuild index d55f767254cb4..560c9a73d4a01 100644 --- a/dev-util/pahole/pahole-9999.ebuild +++ b/dev-util/pahole/pahole-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 MY_PN=dwarves