diff --git a/dev-python/cstruct/cstruct-6.2.ebuild b/dev-python/cstruct/cstruct-6.2.ebuild index a72f127507ec7..236387b8435cb 100644 --- a/dev-python/cstruct/cstruct-6.2.ebuild +++ b/dev-python/cstruct/cstruct-6.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..15} ) inherit distutils-r1