commit: 05ea65d18f4d2a1c63f5886f01b712d8f6b72bad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 08:43:40 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 09:12:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ea65d1
dev-python/jupyter_console: Remove py3.6 due to ipython
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild
b/dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild
index fbea105a40a..bf212386341 100644
--- a/dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-6.1.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1