dev-python/oct2py: 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:38:44 +02:00
parent 4f56b90adb
commit c7f62fcc84

View File

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