commit: e041cd2d2f6b76c00de98a1afcf8c2a7f1d0d723 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Mon May 13 23:48:34 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Mon May 13 23:48:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e041cd2d
dev-python/mkdocs-exclude: enable py3.12 Bug: https://bugs.gentoo.org/921776 Closes: https://bugs.gentoo.org/931368 Signed-off-by: Julien Roy <julien <AT> jroy.ca> 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
