dev-python/typing: Remove meaningless py3.5+ support

Remove the PYTHON_COMPAT for py3.5+.  This module is built-in in those
Python versions, so it should not be ever used.
This commit is contained in:
Michał Górny
2018-07-12 08:52:01 +02:00
parent 9bc4443779
commit 954ee51d73
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
PYTHON_COMPAT=( python{2_7,3_4} pypy )
inherit distutils-r1

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
PYTHON_COMPAT=( python{2_7,3_4} pypy )
inherit distutils-r1