commit:     e8adbdb747456f2eff10d2dc0da2b0a5e4ecafeb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 18:24:02 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun May 28 18:43:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8adbdb7

dev-python/docstring-to-markdown: enable py3.12

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild 
b/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
index 148a27f35869..dad3592c5b8e 100644
--- a/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
+++ b/dev-python/docstring-to-markdown/docstring-to-markdown-0.12.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 

Reply via email to