dev-python/typing-extensions: Support python-3.7

The depdendency.badindex QA warnings were already present previously.

Fixes bug #694730.

Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Mike Auty <ikelos@gentoo.org>
This commit is contained in:
Mike Auty
2019-10-27 12:37:04 +00:00
parent ff78c9198b
commit 7008bba1b2

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1