From 025d38d4d7773e7982b5b51c3dbbcbdffb8849d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 8 Mar 2026 18:32:18 +0100 Subject: [PATCH] dev-python/octave-kernel: Drop py3.11 (following IPython) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 807bc99e539bf..9174cdd2d842b 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