diff options
author | Sasha Finkelstein <fnkl.kernel@gmail.com> | 2024-10-05 14:01:00 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-07 03:50:04 +0100 |
commit | 690e43b1d8f64e9e4185eb133d89f1934a227441 (patch) | |
tree | a032cebd15d5dec1832a9a8a2898386d9eb01cd7 /sys-libs/talloc | |
parent | sys-libs/glibc: Add python3_13 compat (diff) | |
download | gentoo-690e43b1d8f64e9e4185eb133d89f1934a227441.tar.gz gentoo-690e43b1d8f64e9e4185eb133d89f1934a227441.tar.bz2 gentoo-690e43b1d8f64e9e4185eb133d89f1934a227441.zip |
sys-libs/talloc: Add python3_13 compat
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/talloc-2.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/talloc/talloc-2.4.2.ebuild b/sys-libs/talloc/talloc-2.4.2.ebuild index 8d98b20fe6dc..42d9f93d49b4 100644 --- a/sys-libs/talloc/talloc-2.4.2.ebuild +++ b/sys-libs/talloc/talloc-2.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 multilib-minimal |