dev-python/nbdime: 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:40:52 +02:00
parent 1f88538f7d
commit 744cfcc713

View File

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