summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-10 12:46:55 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-10 13:03:57 +0200
commitcc02236fc368c0c7fe0c354943fbf78282d7e15f (patch)
treef3380168373ae7273bc7d76cb68eea40a016b0f5 /sci-visualization
parentsci-visualization/jupyter-dash: disable py3.8, py3.9 (diff)
downloadgentoo-cc02236fc368c0c7fe0c354943fbf78282d7e15f.tar.gz
gentoo-cc02236fc368c0c7fe0c354943fbf78282d7e15f.tar.bz2
gentoo-cc02236fc368c0c7fe0c354943fbf78282d7e15f.zip
sci-visualization/dash: disable py3.8, py3.9
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/dash/dash-2.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/dash/dash-2.3.1.ebuild b/sci-visualization/dash/dash-2.3.1.ebuild
index f8f2e13614d1..bd4de49582f9 100644
--- a/sci-visualization/dash/dash-2.3.1.ebuild
+++ b/sci-visualization/dash/dash-2.3.1.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=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1