dev-python/sphinxcontrib-newsfeed: Enable Python 3.7
authorMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 07:59:50 +0000 (09:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 12:26:01 +0000 (14:26 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild

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