commit: 0026fbdfdd65f83e36b25282303b6f36a14efa19
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 07:16:25 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 07:19:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0026fbdf
dev-libs/libbytesize: enable py3.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libbytesize/libbytesize-2.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libbytesize/libbytesize-2.11.ebuild
b/dev-libs/libbytesize/libbytesize-2.11.ebuild
index 87fa8741c50b..542e5d4113d0 100644
--- a/dev-libs/libbytesize/libbytesize-2.11.ebuild
+++ b/dev-libs/libbytesize/libbytesize-2.11.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit autotools python-r1