dev-python/typing-extensions: Support python-3.7
authorMike Auty <ikelos@gentoo.org>
Sun, 27 Oct 2019 12:37:04 +0000 (12:37 +0000)
committerMike Auty <ikelos@gentoo.org>
Sun, 27 Oct 2019 12:37:04 +0000 (12:37 +0000)
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>
dev-python/typing-extensions/typing-extensions-3.7.4.ebuild

index d19958a3ba887a4866666a970ec8186d02c86238..a415e5a0a41ef7aac034ac26dc5f29aba3c8cb72 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1