commit: 843fcde4981faf790eca576b863c9e831204ef3c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 19:14:32 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 19:19:16 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843fcde4
dev-python/ipyparallel: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ipyparallel/ipyparallel-9.0.1.ebuild | 4 ++--
dev-python/ipyparallel/ipyparallel-9.0.2.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/ipyparallel/ipyparallel-9.0.1.ebuild
b/dev-python/ipyparallel/ipyparallel-9.0.1.ebuild
index c7f071e952c8..445297ce7896 100644
--- a/dev-python/ipyparallel/ipyparallel-9.0.1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9.0.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 optfeature pypi
diff --git a/dev-python/ipyparallel/ipyparallel-9.0.2.ebuild
b/dev-python/ipyparallel/ipyparallel-9.0.2.ebuild
index f78e0237c384..b514ea187da3 100644
--- a/dev-python/ipyparallel/ipyparallel-9.0.2.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-9.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_VERIFY_REPO=https://github.com/ipython/ipyparallel
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 optfeature pypi