dev-python/crcmod: Clean PYTHON_COMPAT up

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-06-18 18:51:41 +02:00
parent 8e1cf2af0f
commit 5859ef7376

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10,11,12,13,13} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1