From c0a35b3d4a4080f801f874c5d799fbb11265b59c Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 3 Oct 2024 10:53:56 +0100 Subject: [PATCH] dev-debug/systemtap: enable py3.13 Signed-off-by: Sam James --- dev-debug/systemtap/systemtap-5.1-r1.ebuild | 2 +- dev-debug/systemtap/systemtap-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-debug/systemtap/systemtap-5.1-r1.ebuild b/dev-debug/systemtap/systemtap-5.1-r1.ebuild index d6d1a8c25395d..de32caa4bc1f3 100644 --- a/dev-debug/systemtap/systemtap-5.1-r1.ebuild +++ b/dev-debug/systemtap/systemtap-5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit autotools flag-o-matic linux-info python-single-r1 toolchain-funcs diff --git a/dev-debug/systemtap/systemtap-9999.ebuild b/dev-debug/systemtap/systemtap-9999.ebuild index f2336a606fdf5..4777e9d326b87 100644 --- a/dev-debug/systemtap/systemtap-9999.ebuild +++ b/dev-debug/systemtap/systemtap-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit autotools flag-o-matic linux-info python-single-r1 toolchain-funcs