From 690e43b1d8f64e9e4185eb133d89f1934a227441 Mon Sep 17 00:00:00 2001 From: Sasha Finkelstein Date: Sat, 5 Oct 2024 14:01:00 +0200 Subject: sys-libs/talloc: Add python3_13 compat Signed-off-by: Sasha Finkelstein Signed-off-by: Sam James --- sys-libs/talloc/talloc-2.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-libs') 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 -- cgit v1.2.3-65-gdbad