diff --git a/dev-python/signature_dispatch/signature_dispatch-0.1.0.ebuild b/dev-python/signature_dispatch/signature_dispatch-0.1.0.ebuild index 6b816f74012a1..2f025368e570c 100644 --- a/dev-python/signature_dispatch/signature_dispatch-0.1.0.ebuild +++ b/dev-python/signature_dispatch/signature_dispatch-0.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="Execute the first function that matches the given arguments"