dev-python/metakernel: Remove py3.6 due to ipython

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-02 10:43:27 +02:00
parent 0704961c46
commit 4e461c8f5b

View File

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