commit: 9f26d8be6e362b42a7adc4e37891f01eb038c6a7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 17:17:26 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 17:17:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f26d8be
dev-libs/libbytesize: disable py3.9
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-libs/libbytesize/libbytesize-2.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libbytesize/libbytesize-2.8.ebuild
b/dev-libs/libbytesize/libbytesize-2.8.ebuild
index 69cad4e8a433..aa695ce76b58 100644
--- a/dev-libs/libbytesize/libbytesize-2.8.ebuild
+++ b/dev-libs/libbytesize/libbytesize-2.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit autotools python-r1