summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-28 00:41:53 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-28 00:47:19 +0200
commit056f844cee69b9ebcc8bfedfc3eb8aced5c4f4ed (patch)
tree90cdfaa2e1705a92012322da3bb1ae6521b54a0e
parentapp-editors/sublime-text: 4_p4107 (diff)
downloadgentoo-056f844cee69b9ebcc8bfedfc3eb8aced5c4f4ed.tar.gz
gentoo-056f844cee69b9ebcc8bfedfc3eb8aced5c4f4ed.tar.bz2
gentoo-056f844cee69b9ebcc8bfedfc3eb8aced5c4f4ed.zip
dev-python/signature_dispatch: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/signature_dispatch/signature_dispatch-0.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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"