commit:     056f844cee69b9ebcc8bfedfc3eb8aced5c4f4ed
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 22:41:53 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 27 22:47:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056f844c

dev-python/signature_dispatch: Enable py3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/signature_dispatch/signature_dispatch-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 6b816f74012..2f025368e57 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"

Reply via email to