summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-03-08 20:14:40 +0100
committerMichał Górny <mgorny@gentoo.org>2026-03-08 20:19:17 +0100
commite4963cfd3d58fce0fc02058d9768c64c13ad2ded (patch)
treeb12f6cb0fe6673bbde59030ef2ffb869a8baf852 /dev-python
parent843fcde4981faf790eca576b863c9e831204ef3c (diff)
downloadgentoo-e4963cfd3d58fce0fc02058d9768c64c13ad2ded.tar.gz
gentoo-e4963cfd3d58fce0fc02058d9768c64c13ad2ded.tar.bz2
gentoo-e4963cfd3d58fce0fc02058d9768c64c13ad2ded.zip
dev-python/ipykernel: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ipykernel/ipykernel-6.30.1.ebuild4
-rw-r--r--dev-python/ipykernel/ipykernel-6.31.0.ebuild2
-rw-r--r--dev-python/ipykernel/ipykernel-7.1.0.ebuild2
-rw-r--r--dev-python/ipykernel/ipykernel-7.2.0.ebuild2
4 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/ipykernel/ipykernel-6.30.1.ebuild b/dev-python/ipykernel/ipykernel-6.30.1.ebuild
index 78db7a142a94..f7860ce87dce 100644
--- a/dev-python/ipykernel/ipykernel-6.30.1.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.30.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi virtualx
diff --git a/dev-python/ipykernel/ipykernel-6.31.0.ebuild b/dev-python/ipykernel/ipykernel-6.31.0.ebuild
index 45268dfc94d5..4770c603c26e 100644
--- a/dev-python/ipykernel/ipykernel-6.31.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.31.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi virtualx
diff --git a/dev-python/ipykernel/ipykernel-7.1.0.ebuild b/dev-python/ipykernel/ipykernel-7.1.0.ebuild
index 8625805e74d6..863c295b4c22 100644
--- a/dev-python/ipykernel/ipykernel-7.1.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-7.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi virtualx
diff --git a/dev-python/ipykernel/ipykernel-7.2.0.ebuild b/dev-python/ipykernel/ipykernel-7.2.0.ebuild
index 59b9b790c7e1..9e07ce8437c6 100644
--- a/dev-python/ipykernel/ipykernel-7.2.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-7.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi virtualx