diff --git a/dev-python/aenum/aenum-3.1.12.ebuild b/dev-python/aenum/aenum-3.1.12.ebuild index 0a0a37e..7fa2dc6 100644 --- a/dev-python/aenum/aenum-3.1.12.ebuild +++ b/dev-python/aenum/aenum-3.1.12.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Advanced Enumerations (compatible with Python's stdlib Enum)"