summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-17 09:40:16 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-17 09:40:16 +0300
commitfddc08d77d83e1eea1c5d79586244af5292970b8 (patch)
tree00278fdb363ed4ad5f855e807900ca9a2f2fe520 /dev-python/bashate
parentdev-python/amodem: enable py3.11 (diff)
downloadgentoo-fddc08d77d83e1eea1c5d79586244af5292970b8.tar.gz
gentoo-fddc08d77d83e1eea1c5d79586244af5292970b8.tar.bz2
gentoo-fddc08d77d83e1eea1c5d79586244af5292970b8.zip
dev-python/bashate: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/bashate')
-rw-r--r--dev-python/bashate/bashate-2.1.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bashate/bashate-2.1.0-r1.ebuild b/dev-python/bashate/bashate-2.1.0-r1.ebuild
index 5d960626e724..cd0df55538ec 100644
--- a/dev-python/bashate/bashate-2.1.0-r1.ebuild
+++ b/dev-python/bashate/bashate-2.1.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A pep8 equivalent for bash scripts"