diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-17 09:40:16 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-17 09:40:16 +0300 |
commit | fddc08d77d83e1eea1c5d79586244af5292970b8 (patch) | |
tree | 00278fdb363ed4ad5f855e807900ca9a2f2fe520 /dev-python/bashate | |
parent | dev-python/amodem: enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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" |