commit: d92a40c7fe4170fc7b5ce70e41ef6935042b3ea2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 17:10:48 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 17:21:32 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92a40c7
dev-python/line-profiler: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/line-profiler/line-profiler-5.0.0.ebuild | 4 ++--
dev-python/line-profiler/line-profiler-5.0.2.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/line-profiler/line-profiler-5.0.0.ebuild
b/dev-python/line-profiler/line-profiler-5.0.0.ebuild
index 4462a9c1dcc3..324e2f0278d0 100644
--- a/dev-python/line-profiler/line-profiler-5.0.0.ebuild
+++ b/dev-python/line-profiler/line-profiler-5.0.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
diff --git a/dev-python/line-profiler/line-profiler-5.0.2.ebuild
b/dev-python/line-profiler/line-profiler-5.0.2.ebuild
index 874bc94e5de5..0f90d333a528 100644
--- a/dev-python/line-profiler/line-profiler-5.0.2.ebuild
+++ b/dev-python/line-profiler/line-profiler-5.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1