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

index b8031b9b891a1c8749c8e31b7a4ed96e958283a9..5bfbff283eaafc0b97f69242a304258938035c85 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
 
 inherit distutils-r1