diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-03 16:52:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-03 16:52:50 +0100 |
commit | 81abb1ddb584f7e8803eb5eccc1b9807c1d39721 (patch) | |
tree | b72365a2c0fd25142ba396b9c6a09440b0b914a4 /app-shells/bash-completion | |
parent | app-shells/bash-completion: Remove myself (diff) | |
download | gentoo-81abb1ddb584f7e8803eb5eccc1b9807c1d39721.tar.gz gentoo-81abb1ddb584f7e8803eb5eccc1b9807c1d39721.tar.bz2 gentoo-81abb1ddb584f7e8803eb5eccc1b9807c1d39721.zip |
app-shells/bash-completion: Enable py3.12
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 | 4 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/bash-completion/bash-completion-2.11.ebuild b/app-shells/bash-completion/bash-completion-2.11.ebuild index 9d1182abc528..60411504c5c1 100644 --- a/app-shells/bash-completion/bash-completion-2.11.ebuild +++ b/app-shells/bash-completion/bash-completion-2.11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 BASHCOMP_P=bashcomp-2.0.3 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index 7e597f994ebc..d9a8954d6f32 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools git-r3 python-any-r1 |