commit: 91c8730cee5f603c7a0d34305abb08174b984eb2
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 22 12:40:05 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 22 12:40:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c8730c
dev-python/mkdocs-ansible: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/mkdocs-ansible/mkdocs-ansible-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mkdocs-ansible/mkdocs-ansible-0.2.0.ebuild
b/dev-python/mkdocs-ansible/mkdocs-ansible-0.2.0.ebuild
index ea46f6f62663..c0105064a6ad 100644
--- a/dev-python/mkdocs-ansible/mkdocs-ansible-0.2.0.ebuild
+++ b/dev-python/mkdocs-ansible/mkdocs-ansible-0.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi