diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-02 10:35:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-02 11:11:46 +0200 |
commit | 20f5daa21c7ba201672fe8f3a90f2e3c45634d33 (patch) | |
tree | 5d5289b48919e66f5070dc71a9bf91b296895cc1 /dev-python/jupyter | |
parent | sci-physics/qmeq: Remove py3.6 due to ipython (diff) | |
download | gentoo-20f5daa21c7ba201672fe8f3a90f2e3c45634d33.tar.gz gentoo-20f5daa21c7ba201672fe8f3a90f2e3c45634d33.tar.bz2 gentoo-20f5daa21c7ba201672fe8f3a90f2e3c45634d33.zip |
dev-python/jupyter: Remove py36 due to ipython
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter')
-rw-r--r-- | dev-python/jupyter/jupyter-1.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild index 22dc270ed729..c88927ac5ff2 100644 --- a/dev-python/jupyter/jupyter-1.0.0-r2.ebuild +++ b/dev-python/jupyter/jupyter-1.0.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 |