summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-15 17:03:53 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-16 12:00:49 +0100
commit96e47cc85448faab15cb700c319116304f547d5c (patch)
tree086f1518503d10c761de7e2ff112d1ba47f7defa /dev-python/decorator
parentdev-python/namespace-zope: Enable py3.8 (diff)
downloadgentoo-96e47cc85448faab15cb700c319116304f547d5c.tar.gz
gentoo-96e47cc85448faab15cb700c319116304f547d5c.tar.bz2
gentoo-96e47cc85448faab15cb700c319116304f547d5c.zip
dev-python/decorator: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/decorator')
-rw-r--r--dev-python/decorator/decorator-4.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-4.4.0.ebuild b/dev-python/decorator/decorator-4.4.0.ebuild
index 44d680e49d0c..aab9db8591c6 100644
--- a/dev-python/decorator/decorator-4.4.0.ebuild
+++ b/dev-python/decorator/decorator-4.4.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} )
inherit distutils-r1