summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-12 13:07:43 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-12 13:33:09 +0200
commit27ff659c1f247ba201e474448dea025f2e6218c2 (patch)
treeb562f2bd932710bd14e05509d28e1e2131448e1a
parentdev-python/toolz: Enable tests (diff)
downloadgentoo-27ff659c1f247ba201e474448dea025f2e6218c2.tar.gz
gentoo-27ff659c1f247ba201e474448dea025f2e6218c2.tar.bz2
gentoo-27ff659c1f247ba201e474448dea025f2e6218c2.zip
dev-python/toolz: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/toolz/toolz-0.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/toolz/toolz-0.9.0.ebuild b/dev-python/toolz/toolz-0.9.0.ebuild
index 28e043a7bcd0..0c486b0291bb 100644
--- a/dev-python/toolz/toolz-0.9.0.ebuild
+++ b/dev-python/toolz/toolz-0.9.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1