summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:11:17 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:44 +0200
commit0fddc3321a77c5cd7662ffedf9b51aded76b69bd (patch)
treedb3ac6808406daf6f540d8f638ab4dc5204cc56f
parentdev-python/mimeparse: Enable py3.7 (diff)
downloadgentoo-0fddc3321a77c5cd7662ffedf9b51aded76b69bd.tar.gz
gentoo-0fddc3321a77c5cd7662ffedf9b51aded76b69bd.tar.bz2
gentoo-0fddc3321a77c5cd7662ffedf9b51aded76b69bd.zip
dev-python/extras: Enable py3.7
-rw-r--r--dev-python/extras/extras-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/extras/extras-1.0.0.ebuild b/dev-python/extras/extras-1.0.0.ebuild
index 7bc9faaaeffc..925a6fda57eb 100644
--- a/dev-python/extras/extras-1.0.0.ebuild
+++ b/dev-python/extras/extras-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 pypy pypy3 )
inherit distutils-r1