dev-python/extras: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:11:17 +0000 (22:11 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:44 +0000 (21:56 +0200)
dev-python/extras/extras-1.0.0.ebuild

index 7bc9faaaeffc0ac797172bc5426e7ce394675202..925a6fda57eb27e914e4f66e303f010d80b9b46d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 pypy pypy3 )
 
 inherit distutils-r1