diff options
author | Sam James <sam@gentoo.org> | 2024-10-03 10:53:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 10:53:56 +0100 |
commit | c0a35b3d4a4080f801f874c5d799fbb11265b59c (patch) | |
tree | 8d5b437f84c32833253ce4fc693ffebe99d61303 /dev-debug | |
parent | dev-debug/pwndbg: enable py3.13 (diff) | |
download | gentoo-c0a35b3d4a4080f801f874c5d799fbb11265b59c.tar.gz gentoo-c0a35b3d4a4080f801f874c5d799fbb11265b59c.tar.bz2 gentoo-c0a35b3d4a4080f801f874c5d799fbb11265b59c.zip |
dev-debug/systemtap: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/systemtap/systemtap-5.1-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 |