diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-03 07:26:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-03 14:29:28 +0100 |
commit | 497fa8f8e69989b8c520d50cee5c41d30e595ef9 (patch) | |
tree | ea00365e9072c3b87bd2d58a016e1277b2592ec9 /app-shells/bash-completion | |
parent | sys-kernel/gentoo-sources: add 6.2.2 and Updt to CPU Opt patch (diff) | |
download | gentoo-497fa8f8e69989b8c520d50cee5c41d30e595ef9.tar.gz gentoo-497fa8f8e69989b8c520d50cee5c41d30e595ef9.tar.bz2 gentoo-497fa8f8e69989b8c520d50cee5c41d30e595ef9.zip |
app-shells/bash-completion: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.11.ebuild | 2 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild b/app-shells/bash-completion/bash-completion-2.11.ebuild index c7bcbfdfe2e6..42368e09344e 100644 --- a/app-shells/bash-completion/bash-completion-2.11.ebuild +++ b/app-shells/bash-completion/bash-completion-2.11.ebuild @@ -4,7 +4,7 @@ EAPI=7 BASHCOMP_P=bashcomp-2.0.3 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit bash-completion-r1 python-any-r1 user-info DESCRIPTION="Programmable Completion for bash" diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index ee41ba30bbde..e43aea818d4d 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools git-r3 python-any-r1 user-info DESCRIPTION="Programmable Completion for bash" |