commit: c3e1361b4faf6548ae3cb0ddcdff7f58e4365b1a
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Jun 11 16:39:34 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 16:39:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3e1361b
dev-python/mistletoe: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/mistletoe/mistletoe-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mistletoe/mistletoe-1.0.1.ebuild
b/dev-python/mistletoe/mistletoe-1.0.1.ebuild
index f623e99eb..785d7cc69 100644
--- a/dev-python/mistletoe/mistletoe-1.0.1.ebuild
+++ b/dev-python/mistletoe/mistletoe-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi