commit:     e8bfb31f68749e947a797f83a504b8c83b7fd670
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  8 19:14:07 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=e8bfb31f

dev-python/jupyter-client: Drop py3.11 (following IPython)

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyter-client/jupyter-client-8.6.3-r1.ebuild | 2 +-
 dev-python/jupyter-client/jupyter-client-8.6.3.ebuild    | 4 ++--
 dev-python/jupyter-client/jupyter-client-8.7.0.ebuild    | 4 ++--
 dev-python/jupyter-client/jupyter-client-8.8.0.ebuild    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/jupyter-client/jupyter-client-8.6.3-r1.ebuild 
b/dev-python/jupyter-client/jupyter-client-8.6.3-r1.ebuild
index 01679a2b9a10..157305537ca8 100644
--- a/dev-python/jupyter-client/jupyter-client-8.6.3-r1.ebuild
+++ b/dev-python/jupyter-client/jupyter-client-8.6.3-r1.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

diff --git a/dev-python/jupyter-client/jupyter-client-8.6.3.ebuild 
b/dev-python/jupyter-client/jupyter-client-8.6.3.ebuild
index 298b95cfb679..1109f9a7a6dc 100644
--- a/dev-python/jupyter-client/jupyter-client-8.6.3.ebuild
+++ b/dev-python/jupyter-client/jupyter-client-8.6.3.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 pypy3_11 python3_{10..13} )
+PYTHON_COMPAT=(  python3_{12..13} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 pypi

diff --git a/dev-python/jupyter-client/jupyter-client-8.7.0.ebuild 
b/dev-python/jupyter-client/jupyter-client-8.7.0.ebuild
index 128277ef5ad7..60cf02a4e577 100644
--- a/dev-python/jupyter-client/jupyter-client-8.7.0.ebuild
+++ b/dev-python/jupyter-client/jupyter-client-8.7.0.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..14} )
+PYTHON_COMPAT=( python3_{12..14} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 pypi

diff --git a/dev-python/jupyter-client/jupyter-client-8.8.0.ebuild 
b/dev-python/jupyter-client/jupyter-client-8.8.0.ebuild
index 61f78e433a03..76932335e9d8 100644
--- a/dev-python/jupyter-client/jupyter-client-8.8.0.ebuild
+++ b/dev-python/jupyter-client/jupyter-client-8.8.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

Reply via email to