commit: 9f2049f2554be26339b385e0e0eb43fb40660caf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 7 19:10:48 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 7 19:21:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2049f2
dev-python/bashate: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/bashate/bashate-2.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/bashate/bashate-2.1.1.ebuild
b/dev-python/bashate/bashate-2.1.1.ebuild
index cce99e4de6b2..0c0902e3d33c 100644
--- a/dev-python/bashate/bashate-2.1.1.ebuild
+++ b/dev-python/bashate/bashate-2.1.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="A pep8 equivalent for bash scripts"