commit: 755441fa99ba36e77902202c9a13bf32c5c9e437
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 7 20:32:07 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 7 20:38:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755441fa
dev-python/nbclassic: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/nbclassic/nbclassic-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/nbclassic/nbclassic-1.2.0.ebuild
b/dev-python/nbclassic/nbclassic-1.2.0.ebuild
index 19c509ac5b85..802a85e95bc5 100644
--- a/dev-python/nbclassic/nbclassic-1.2.0.ebuild
+++ b/dev-python/nbclassic/nbclassic-1.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
DISTUTILS_USE_PEP517=jupyter
inherit distutils-r1 pypi xdg-utils