commit: c81c888ac7f3fec763e396746deaec254248c5b8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 17:09:49 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 17:21:31 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81c888a
app-emacs/emacs-ipython-notebook: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../emacs-ipython-notebook-0.17.1_pre20230826-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826-r1.ebuild
b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826-r1.ebuild
index 14ccb084bebd..8222ecc15c47 100644
---
a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826-r1.ebuild
+++
b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# NOTICE: Check package version in "lisp/ein-pkg.el".
@@ -7,7 +7,7 @@
EAPI=8
[[ "${PV}" == *20230826 ]] && COMMIT="998ba22660be2035cd23bed1555e47748c4da8a2"
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit elisp readme.gentoo-r1 python-single-r1