From ee5f27a2d188b4cc326c2b1d1c3a5d640cbea2cb Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 23 May 2025 15:04:52 +0300 Subject: [PATCH] dev-python/sphinx-lv2-theme: enable py3.14 Signed-off-by: Arthur Zamarin --- dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild index face2719bde69..df757e73c9449 100644 --- a/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild +++ b/dev-python/sphinx-lv2-theme/sphinx-lv2-theme-1.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi