dev-python/m2r: python 3.7 support
authorRick Farina <zerochaos@gentoo.org>
Wed, 25 Sep 2019 16:31:59 +0000 (12:31 -0400)
committerRick Farina <zerochaos@gentoo.org>
Wed, 25 Sep 2019 16:33:06 +0000 (12:33 -0400)
tests didn't work before this commit, and they don't work after this
commit

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
dev-python/m2r/m2r-0.1.6.ebuild

index 5967c94d71e4db2b46dd20b7eb4d9a141cf54a03..d8841aaed7ecf0efb11af1e3c7e425ea26a5fe98 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy)
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy)
 
 inherit distutils-r1