commit: 42a51a58cb7672c46162b597b230d5e1b21cd459
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 17:31:33 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 17:31:33 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a51a58
dev-python/jupyter: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter/jupyter-1.1.1-r1.ebuild | 2 +-
dev-python/jupyter/jupyter-1.1.1.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/jupyter/jupyter-1.1.1-r1.ebuild
b/dev-python/jupyter/jupyter-1.1.1-r1.ebuild
index 2148d018122c..49c2a6eca6f4 100644
--- a/dev-python/jupyter/jupyter-1.1.1-r1.ebuild
+++ b/dev-python/jupyter/jupyter-1.1.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
diff --git a/dev-python/jupyter/jupyter-1.1.1.ebuild
b/dev-python/jupyter/jupyter-1.1.1.ebuild
index 3fd8d5a65740..c2051c5ca393 100644
--- a/dev-python/jupyter/jupyter-1.1.1.ebuild
+++ b/dev-python/jupyter/jupyter-1.1.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi