commit: 45fedaea72297e7e8abb08e5bf71bd590c1065ed
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 6 19:42:50 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 6 19:44:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fedaea
app-shells/bash-completion: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
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 418d3aff35b3..2f0621239eec 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