From e041cd2d2f6b76c00de98a1afcf8c2a7f1d0d723 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 13 May 2024 19:48:34 -0400 Subject: [PATCH] dev-python/mkdocs-exclude: enable py3.12 Bug: https://bugs.gentoo.org/921776 Closes: https://bugs.gentoo.org/931368 Signed-off-by: Julien Roy --- dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild index 45c584df7b..3797d821ea 100644 --- a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild +++ b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1