commit:     40d860c99b2628ea7e31a1302fce9befbbb3ab5d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  8 19:11:52 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar  8 19:19:13 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d860c9

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

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

 dev-python/widgetsnbextension/widgetsnbextension-4.0.14-r1.ebuild | 4 ++--
 dev-python/widgetsnbextension/widgetsnbextension-4.0.14.ebuild    | 4 ++--
 dev-python/widgetsnbextension/widgetsnbextension-4.0.15.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.14-r1.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-4.0.14-r1.ebuild
index 45797e29bb08..24ad4437c3f7 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.14-r1.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.14-r1.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=setuptools
-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/widgetsnbextension/widgetsnbextension-4.0.14.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-4.0.14.ebuild
index ad177ffaeb36..e5aba9e40152 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.14.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.14.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=setuptools
-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/widgetsnbextension/widgetsnbextension-4.0.15.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-4.0.15.ebuild
index 7a6c4e2449f2..b327372f053a 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.15.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.15.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=setuptools
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 pypi

Reply via email to