diff --git a/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild b/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild index e3e3f3b811..57e7e2a152 100644 --- a/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild +++ b/dev-python/json-schema-for-humans/json-schema-for-humans-1.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1