dev-python/nbval: 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:41:15 +02:00
parent 744cfcc713
commit 7b545bdbb7

View File

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