dev-python/pyserial: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:13:08 +0000 (22:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:50 +0000 (21:56 +0200)
dev-python/pyserial/pyserial-3.4.ebuild

index 8d1e734f73a452fc739740a6ae471b23afdce2a7..6783caf549517c7bbecd7d7b3d823f65db583c02 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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 
 inherit distutils-r1