summaryrefslogtreecommitdiff
path: root/dev-python/notebook
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-07 13:06:36 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-07 13:45:52 +0100
commit4f06efd3bae4058c9c877641c31795a0e980bf11 (patch)
tree6e51324afa3f1911f40400b58c58cb1e3f3fc4f9 /dev-python/notebook
parentd8800c1224263e8bc6ef75dc5f29e40cbcd304c2 (diff)
downloadgentoo-4f06efd3bae4058c9c877641c31795a0e980bf11.tar.gz
gentoo-4f06efd3bae4058c9c877641c31795a0e980bf11.tar.bz2
gentoo-4f06efd3bae4058c9c877641c31795a0e980bf11.zip
dev-python/notebook: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/notebook')
-rw-r--r--dev-python/notebook/notebook-7.3.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/notebook/notebook-7.3.2.ebuild b/dev-python/notebook/notebook-7.3.2.ebuild
index 90bf91a89442..775f7988d1c1 100644
--- a/dev-python/notebook/notebook-7.3.2.ebuild
+++ b/dev-python/notebook/notebook-7.3.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 pypi xdg-utils