commit: c0a35b3d4a4080f801f874c5d799fbb11265b59c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 09:53:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 09:53:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a35b3d
dev-debug/systemtap: enable py3.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 d6d1a8c25395..de32caa4bc1f 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 f2336a606fdf..4777e9d326b8 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