dev-python/CommonMark: Tested on py3.7
authorMichał Górny <mgorny@gentoo.org>
Fri, 31 Aug 2018 08:29:51 +0000 (10:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 31 Aug 2018 08:29:51 +0000 (10:29 +0200)
dev-python/CommonMark/CommonMark-0.7.5.ebuild

index 84141444df51f2b20e0b14717eb4d1ae3502bd95..8da735bd09db8d88dca7e8652a74caa548a7e0dd 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1