diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-09 20:03:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-10 09:31:40 +0200 |
commit | 4f3631c22dcd2c639cb83bb444e6abe33d4dde51 (patch) | |
tree | 843a67e07bbab3222699dd2028ba626daa5cc93e | |
parent | dev-python/ipython: Port to py3.9 (diff) | |
download | gentoo-4f3631c22dcd2c639cb83bb444e6abe33d4dde51.tar.gz gentoo-4f3631c22dcd2c639cb83bb444e6abe33d4dde51.tar.bz2 gentoo-4f3631c22dcd2c639cb83bb444e6abe33d4dde51.zip |
dev-python/jupyter_core: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/jupyter_core/jupyter_core-4.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild b/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild index ba4f8a20402a..0891fa649da7 100644 --- a/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |