diff options
author | Sam James <sam@gentoo.org> | 2024-10-03 10:59:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 10:59:46 +0100 |
commit | 5498306333a8a3bd927e0e1348fd539ceba3fa7c (patch) | |
tree | 8df93e65fe006c6474cc976679304b06b38c93a9 | |
parent | sys-apps/systemd: enable py3.13 (diff) | |
download | gentoo-5498306333a8a3bd927e0e1348fd539ceba3fa7c.tar.gz gentoo-5498306333a8a3bd927e0e1348fd539ceba3fa7c.tar.bz2 gentoo-5498306333a8a3bd927e0e1348fd539ceba3fa7c.zip |
dev-util/rr: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-util/rr/rr-5.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rr/rr-5.8.0.ebuild b/dev-util/rr/rr-5.8.0.ebuild index 4b3f96db0d10..bde2799c1027 100644 --- a/dev-util/rr/rr-5.8.0.ebuild +++ b/dev-util/rr/rr-5.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) CMAKE_BUILD_TYPE=Release inherit cmake linux-info python-single-r1 |