commit: dff91bbb6dd83586faa6aa1240b011777d5b281b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 09:44:13 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 09:44:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff91bbb
dev-python/sphinxcontrib-autoprogram: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild
b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild
index 22899a84b979..e2814584ae56 100644
---
a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild
+++
b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi