diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-06 19:42:50 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-06 19:44:53 +0000 |
commit | 45fedaea72297e7e8abb08e5bf71bd590c1065ed (patch) | |
tree | 7933c0ff2b0d4ecdd619c05c1ea7b618efe8200e /app-shells | |
parent | app-shells/bash-completion: add 2.15.0 (diff) | |
download | gentoo-45fedaea72297e7e8abb08e5bf71bd590c1065ed.tar.gz gentoo-45fedaea72297e7e8abb08e5bf71bd590c1065ed.tar.bz2 gentoo-45fedaea72297e7e8abb08e5bf71bd590c1065ed.zip |
app-shells/bash-completion: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |