dev-python/idna-ssl: Remove py3.8+

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-27 00:51:20 +01:00
parent 667c214b92
commit b87f564926

View File

@@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
# this is backport, please do not add 3.8+
PYTHON_COMPAT=( python3_{6..7} )
inherit distutils-r1