commit: e3f6705225c427c0a14da82bab295cbfba07130b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 14:28:27 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 14:31:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f67052
dev-python/cstruct: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cstruct/cstruct-5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cstruct/cstruct-5.3.ebuild
b/dev-python/cstruct/cstruct-5.3.ebuild
index 424b9e8357a9..77ee4c3df03c 100644
--- a/dev-python/cstruct/cstruct-5.3.ebuild
+++ b/dev-python/cstruct/cstruct-5.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1