dev-python/ipython-pygments-lexers: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-08 11:17:02 +02:00
parent fe61792729
commit 5d00a4bf2d

View File

@@ -3,9 +3,9 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
DISTUTILS_USE_PEP517=flit-core
PYPI_VERIFY_REPO=https://github.com/ipython/ipython-pygments-lexers
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi