commit: cba597f26a3462dd07fa0365ed598eb75bac5a5c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 13:18:44 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 12 13:36:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba597f2
dev-python/mistune: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mistune/mistune-2.0.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mistune/mistune-2.0.2-r1.ebuild
b/dev-python/mistune/mistune-2.0.2-r1.ebuild
index 91c5e2c23b43..d42db2644bef 100644
--- a/dev-python/mistune/mistune-2.0.2-r1.ebuild
+++ b/dev-python/mistune/mistune-2.0.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1