diff options
author | 2018-07-14 22:11:52 +0200 | |
---|---|---|
committer | 2018-07-16 21:56:45 +0200 | |
commit | 5a66e618816c02fbb6348c6bdce4fb1bddf7fa95 (patch) | |
tree | 0f0549b5fc470024621c67b3c25f0e88c82b7c05 /dev-python/decorator | |
parent | dev-python/testscenarios: Enable py3.7 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |