dev-python/pallets-sphinx-themes: Enable py3.14

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-11 17:02:02 +02:00
parent 9d81325656
commit 1669393846

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYPI_PN=Pallets-Sphinx-Themes
PYPI_VERIFY_REPO=https://github.com/pallets/pallets-sphinx-themes
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi