commit: df9fea1cfc68d7ae70aed3ba55c07092c111d64a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jul 7 15:59:44 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 7 16:17:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9fea1c
dev-python/mkdocs-git-authors-plugin: Enable py3.13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.9.0.ebuild b/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.9.0.ebuild index 5389f25f3556..092949b40893 100644 --- a/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.9.0.ebuild +++ b/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.9.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) # Requires self to be installed to build docs # TODO: Do this a bit better