dev-python/signature_dispatch: Enable py3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-05-28 00:41:53 +02:00
parent e02a6ec3dc
commit 056f844cee

View File

@@ -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"