commit: 025d38d4d7773e7982b5b51c3dbbcbdffb8849d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 17:32:18 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 17:32:18 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025d38d4
dev-python/octave-kernel: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/octave-kernel/octave-kernel-0.36.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/octave-kernel/octave-kernel-0.36.0.ebuild
b/dev-python/octave-kernel/octave-kernel-0.36.0.ebuild
index 807bc99e539b..9174cdd2d842 100644
--- a/dev-python/octave-kernel/octave-kernel-0.36.0.ebuild
+++ b/dev-python/octave-kernel/octave-kernel-0.36.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-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=hatchling
inherit distutils-r1 virtualx pypi