app-shells/bash-completion: disable py3.13

* To add a target that isn't supported by bash-completions you have
  first modify the completions file to add the new target and symlink
  it.
* Symlinking is incorrectly done currently as dosym adds D already.

Closes: https://bugs.gentoo.org/931665
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36627
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Alfred Wingate
2024-05-10 15:17:29 +03:00
committed by Joonas Niilola
parent a167b24a40
commit 02be02c286

View File

@@ -4,7 +4,7 @@
EAPI=8
BASHCOMP_P=bashcomp-2.0.3
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1