dev-python/sphinx-epytext: enable py3.15

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-07-05 18:57:47 +01:00
parent 1c754436c1
commit f7e2d6371d

View File

@@ -1,11 +1,11 @@
# Copyright 2021-2025 Gentoo Authors
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi