diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-02-05 17:36:18 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-02-05 17:36:18 +0100 |
commit | 3f186f9f2988b6339955de4cef8897418ff718f4 (patch) | |
tree | 384946b52db852d78ff96181c6c397c54e0ff498 /sci-visualization | |
parent | sci-visualization/dash: PythonCompatUpdate (diff) | |
download | gentoo-3f186f9f2988b6339955de4cef8897418ff718f4.tar.gz gentoo-3f186f9f2988b6339955de4cef8897418ff718f4.tar.bz2 gentoo-3f186f9f2988b6339955de4cef8897418ff718f4.zip |
sci-visualization/jupyter-dash: PythonCompatUpdate
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild b/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild index 87d8aedc3a92..e39e8216ae3e 100644 --- a/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild +++ b/sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Plotly Dash apps from within Jupyter environments" |