From 5ddfec81f02f60cfd40d36fefb4cd0bf4dd335dd Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 10 Jan 2023 12:46:34 +0200 Subject: sci-visualization/jupyter-dash: disable py3.8, py3.9 Signed-off-by: Arthur Zamarin --- sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-visualization') 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" -- cgit v1.2.3-65-gdbad