commit: bc55b00eab5c8114bc5cb77ea0785eb6ceaf0418
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 18 10:47:49 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 18 12:45:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc55b00e
dev-python/pytest-jupyter: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild
b/dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild
index b1085676d284..a55ec6054875 100644
--- a/dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild
+++ b/dev-python/pytest-jupyter/pytest-jupyter-0.11.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi