summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:09:05 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:30 +0200
commit5f22fccf01cc2023151c5b390478fef66d05d737 (patch)
tree5f15461a7c04aad96bfcab56bf01e905e9cc7eb0 /dev-python/traceback2
parentdev-python/webcolors: Enable py3.7 (diff)
downloadgentoo-5f22fccf01cc2023151c5b390478fef66d05d737.tar.gz
gentoo-5f22fccf01cc2023151c5b390478fef66d05d737.tar.bz2
gentoo-5f22fccf01cc2023151c5b390478fef66d05d737.zip
dev-python/traceback2: Enable py3.7
Diffstat (limited to 'dev-python/traceback2')
-rw-r--r--dev-python/traceback2/traceback2-1.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/traceback2/traceback2-1.4.0.ebuild b/dev-python/traceback2/traceback2-1.4.0.ebuild
index c302862e602a..e033ae42b6b3 100644
--- a/dev-python/traceback2/traceback2-1.4.0.ebuild
+++ b/dev-python/traceback2/traceback2-1.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
inherit distutils-r1