dev-python/entrypoints: add Python 3.7
authorLouis Sautier <sbraz@gentoo.org>
Thu, 30 Aug 2018 22:06:26 +0000 (00:06 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Thu, 30 Aug 2018 22:06:26 +0000 (00:06 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-python/entrypoints/entrypoints-0.2.3.ebuild

index 61878d99448090cd4db2ee3a58ec40bde53a2d54..91f760a74f47a9ac46d6c72481fede2b4cbf9cbe 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1