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

index 90f07135645b08c2c391e1f6ee508ed426e5853c..042cbbeefb3351518610b9dde5021dac2e3f8a5b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1