dev-python/freezegun: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:01 +0000 (22:15 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:04 +0000 (21:57 +0200)
dev-python/freezegun/freezegun-0.3.10.ebuild

index 0fbdf8bec99f83f9fa410f91eb58bfcc18dfce21..971da3b22edd5333e609fdfc02bba32f214faae7 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} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} )
 
 inherit distutils-r1