dev-python/parso: Tested on py3.7
authorMichał Górny <mgorny@gentoo.org>
Wed, 29 Aug 2018 20:13:16 +0000 (22:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 30 Aug 2018 15:02:43 +0000 (17:02 +0200)
dev-python/parso/parso-0.3.1.ebuild

index 158e3a277f6aaea24ca462d959bcb2a5bc7a1577..b1c6a08983de442567b40db8690a64436c688350 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1