From 9717c96383bd6532ead6fbd0c953a7b636d412c2 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 16 May 2022 16:57:30 +0200 Subject: [PATCH] dev-python/sphinxcontrib-github-alt: enable py3.11 Signed-off-by: Andrew Ammerlaan --- .../sphinxcontrib-github-alt-1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild index 9562b2d4e793a..9fe7b806baf51 100644 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1