dev-python/nbformat: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-07 04:18:53 +02:00
parent 05d765f8b4
commit e6fa033881

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_COMPAT=( python3_{12..15} )
PYTHON_REQ_USE='sqlite'
inherit distutils-r1 pypi