diff options
author | Nicholas Meyer <nickaristocrates@gmail.com> | 2020-05-02 21:59:09 -0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-03 18:40:01 +0200 |
commit | 321113f2c0b1e5c5a191640696943d4a2ebcc6c5 (patch) | |
tree | 416f681c987114b39b746af6b0864e729629a491 /dev-python/jupyter_console | |
parent | dev-vcs/cli: 0.7.0 bump (diff) | |
download | gentoo-321113f2c0b1e5c5a191640696943d4a2ebcc6c5.tar.gz gentoo-321113f2c0b1e5c5a191640696943d4a2ebcc6c5.tar.bz2 gentoo-321113f2c0b1e5c5a191640696943d4a2ebcc6c5.zip |
dev-python/jupyter_console: add python3_7 to PYTHON_COMPAT
Closes: https://bugs.gentoo.org/719010
Signed-off-by: Nicholas Meyer <nickaristocrates@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_console')
-rw-r--r-- | dev-python/jupyter_console/jupyter_console-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild index 23b925e042d5..643134af1a3f 100644 --- a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild +++ b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |