diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:15:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:08 +0200 |
commit | c2c7f04ce8e87151bd6c2bab81ae84626fe40da0 (patch) | |
tree | 4b03c6dfd765d2d87e524989e996a727c4845fb3 /dev-python/u-msgpack/u-msgpack-2.4.1.ebuild | |
parent | dev-python/webencodings: Enable py3.7 (diff) | |
download | gentoo-c2c7f04ce8e87151bd6c2bab81ae84626fe40da0.tar.gz gentoo-c2c7f04ce8e87151bd6c2bab81ae84626fe40da0.tar.bz2 gentoo-c2c7f04ce8e87151bd6c2bab81ae84626fe40da0.zip |
dev-python/u-msgpack: Enable py3.7
Diffstat (limited to 'dev-python/u-msgpack/u-msgpack-2.4.1.ebuild')
-rw-r--r-- | dev-python/u-msgpack/u-msgpack-2.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild index e0f0c54add72..02978a4016c4 100644 --- a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild +++ b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1 |