diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:11:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:44 +0200 |
commit | 0fddc3321a77c5cd7662ffedf9b51aded76b69bd (patch) | |
tree | db3ac6808406daf6f540d8f638ab4dc5204cc56f /dev-python/extras | |
parent | dev-python/mimeparse: Enable py3.7 (diff) | |
download | gentoo-0fddc3321a77c5cd7662ffedf9b51aded76b69bd.tar.gz gentoo-0fddc3321a77c5cd7662ffedf9b51aded76b69bd.tar.bz2 gentoo-0fddc3321a77c5cd7662ffedf9b51aded76b69bd.zip |
dev-python/extras: Enable py3.7
Diffstat (limited to 'dev-python/extras')
-rw-r--r-- | dev-python/extras/extras-1.0.0.ebuild | 2 |
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 |