summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-10 12:46:34 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-10 13:03:57 +0200
commit5ddfec81f02f60cfd40d36fefb4cd0bf4dd335dd (patch)
tree4898bcf66fa914f0b020152a24505ca147df7a20 /sci-visualization
parentdev-python/chart-studio: drop 1.1.0 (diff)
downloadgentoo-5ddfec81f02f60cfd40d36fefb4cd0bf4dd335dd.tar.gz
gentoo-5ddfec81f02f60cfd40d36fefb4cd0bf4dd335dd.tar.bz2
gentoo-5ddfec81f02f60cfd40d36fefb4cd0bf4dd335dd.zip
sci-visualization/jupyter-dash: disable py3.8, py3.9
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild4
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 e39e8216ae3e..96baecd8a83a 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-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
inherit distutils-r1
DESCRIPTION="Plotly Dash apps from within Jupyter environments"