diff options
author | Sam James <sam@gentoo.org> | 2024-10-04 08:57:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-04 08:58:18 +0100 |
commit | b23b261855dea93acff0aae64d255eab4a90c991 (patch) | |
tree | f3a9306166895428c25b797b8fb7c9812e112fad /dev-util/pahole/pahole-9999.ebuild | |
parent | sys-process/bottom: drop 0.9.6 (diff) | |
download | gentoo-b23b261855dea93acff0aae64d255eab4a90c991.tar.gz gentoo-b23b261855dea93acff0aae64d255eab4a90c991.tar.bz2 gentoo-b23b261855dea93acff0aae64d255eab4a90c991.zip |
dev-util/pahole: enable py3.13
... and drop py3.9 which is a noop these days.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pahole/pahole-9999.ebuild')
-rw-r--r-- | dev-util/pahole/pahole-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pahole/pahole-9999.ebuild b/dev-util/pahole/pahole-9999.ebuild index d55f767254cb..560c9a73d4a0 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 |