summaryrefslogtreecommitdiff
path: root/app-shells/bash-completion/bash-completion-9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-03-03 16:52:50 +0100
committerMichał Górny <mgorny@gentoo.org>2024-03-03 16:52:50 +0100
commit81abb1ddb584f7e8803eb5eccc1b9807c1d39721 (patch)
treeb72365a2c0fd25142ba396b9c6a09440b0b914a4 /app-shells/bash-completion/bash-completion-9999.ebuild
parent3fb2e3c6952dbca52b0eb04575911a2e1a47e4df (diff)
downloadgentoo-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/bash-completion-9999.ebuild')
-rw-r--r--app-shells/bash-completion/bash-completion-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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