From 056f844cee69b9ebcc8bfedfc3eb8aced5c4f4ed Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 28 May 2021 00:41:53 +0200 Subject: dev-python/signature_dispatch: Enable py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/signature_dispatch/signature_dispatch-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/signature_dispatch') 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 6b816f74012a..2f025368e570 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" -- cgit v1.2.3-65-gdbad