commit: 5ddfec81f02f60cfd40d36fefb4cd0bf4dd335dd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 10:46:34 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 11:03:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddfec81
sci-visualization/jupyter-dash: disable py3.8, py3.9
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-visualization/jupyter-dash/jupyter-dash-0.4.0.ebuild | 4 ++--
1 file 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"