dev-python/entrypoints: add Python 3.7

Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
Louis Sautier
2018-08-31 00:06:26 +02:00
parent 19cdd899a9
commit c47382d937

View 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