summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-06 22:30:24 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-07 12:33:24 +0200
commit9811db57e6b20e4bc9384a61ebaab215967337ca (patch)
treea76240d8bd630ee98d86ed27e1f69c66738ded83 /dev-python/click
parentdev-python/prompt_toolkit: Port to python3.10 (diff)
downloadgentoo-9811db57e6b20e4bc9384a61ebaab215967337ca.tar.gz
gentoo-9811db57e6b20e4bc9384a61ebaab215967337ca.tar.bz2
gentoo-9811db57e6b20e4bc9384a61ebaab215967337ca.zip
dev-python/click: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/click')
-rw-r--r--dev-python/click/click-7.1.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/click/click-7.1.2-r1.ebuild b/dev-python/click/click-7.1.2-r1.ebuild
index 26cd17023938..edce25518b62 100644
--- a/dev-python/click/click-7.1.2-r1.ebuild
+++ b/dev-python/click/click-7.1.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1