commit: 7a76438dc21c8c8306910b907d0473a74387a5d6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 17:31:02 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 17:31:02 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a76438d
sci-visualization/dash: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-visualization/dash/dash-2.17.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-visualization/dash/dash-2.17.1.ebuild
b/sci-visualization/dash/dash-2.17.1.ebuild
index df9b3606a39e..cb72453ea39e 100644
--- a/sci-visualization/dash/dash-2.17.1.ebuild
+++ b/sci-visualization/dash/dash-2.17.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2025 Gentoo Authors
+# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1