commit: 199cc14a776023acf90e52a0b83d6ec49640dec3
Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 22 10:45:40 2026 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sun Feb 22 10:52:13 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199cc14a
dev-python/notebook-shim: enable py3.14
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/notebook-shim/notebook-shim-0.2.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/notebook-shim/notebook-shim-0.2.4.ebuild
b/dev-python/notebook-shim/notebook-shim-0.2.4.ebuild
index 31622180754e..b67998dae00e 100644
--- a/dev-python/notebook-shim/notebook-shim-0.2.4.ebuild
+++ b/dev-python/notebook-shim/notebook-shim-0.2.4.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=( pypy3 pypy3_11 python3_{10..14} )
inherit distutils-r1 pypi