From d442a05ea274cf09a53d7f516dd8ce2a52ff238f Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 24 May 2022 14:50:59 +0200 Subject: [PATCH] dev-python/mkdocs-git-authors-plugin: enable py3.11 Signed-off-by: Andrew Ammerlaan --- .../mkdocs-git-authors-plugin-0.6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.6.4.ebuild b/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.6.4.ebuild index 9351c88694ad1..4a07fabcbacfd 100644 --- a/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.6.4.ebuild +++ b/dev-python/mkdocs-git-authors-plugin/mkdocs-git-authors-plugin-0.6.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material"