From 3176bef25736461d0d11d7b4035afb94e21ee7a9 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 19 Jun 2024 11:36:33 +0200 Subject: dev-python/sphinxcontrib-napoleon: enable py3.12 Signed-off-by: Andrew Ammerlaan --- dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild index 0a962fd5e..4293a6dd5 100644 --- a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild +++ b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -- cgit v1.2.3-65-gdbad