dev-python/u-msgpack: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:19 +0000 (22:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:08 +0000 (21:57 +0200)
dev-python/u-msgpack/u-msgpack-2.4.1.ebuild

index e0f0c54add72207e30b0b35f5697e69621ff6498..02978a4016c4d4040dccd71afa49a91e4c9feb9c 100644 (file)
@@ -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