From 45fedaea72297e7e8abb08e5bf71bd590c1065ed Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 6 Dec 2024 19:42:50 +0000 Subject: [PATCH] app-shells/bash-completion: enable py3.13 Signed-off-by: Arthur Zamarin --- app-shells/bash-completion/bash-completion-2.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/bash-completion/bash-completion-2.15.0.ebuild b/app-shells/bash-completion/bash-completion-2.15.0.ebuild index 418d3aff35b3a..2f0621239eecb 100644 --- a/app-shells/bash-completion/bash-completion-2.15.0.ebuild +++ b/app-shells/bash-completion/bash-completion-2.15.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 BASHCOMP_P=bashcomp-2.0.3 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1