summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:11:52 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:45 +0200
commit5a66e618816c02fbb6348c6bdce4fb1bddf7fa95 (patch)
tree0f0549b5fc470024621c67b3c25f0e88c82b7c05 /dev-python/decorator
parentdev-python/testscenarios: Enable py3.7 (diff)
downloadgentoo-5a66e618816c02fbb6348c6bdce4fb1bddf7fa95.tar.gz
gentoo-5a66e618816c02fbb6348c6bdce4fb1bddf7fa95.tar.bz2
gentoo-5a66e618816c02fbb6348c6bdce4fb1bddf7fa95.zip
dev-python/decorator: Enable py3.7
Diffstat (limited to 'dev-python/decorator')
-rw-r--r--dev-python/decorator/decorator-4.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-4.3.0.ebuild b/dev-python/decorator/decorator-4.3.0.ebuild
index 81c7464d33f5..3e02054bc9f2 100644
--- a/dev-python/decorator/decorator-4.3.0.ebuild
+++ b/dev-python/decorator/decorator-4.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
inherit distutils-r1