summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-12 15:18:44 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-12 15:36:22 +0200
commitcba597f26a3462dd07fa0365ed598eb75bac5a5c (patch)
tree6a99233569f50d5f3001bb47a12a0c16a0bc38a2 /dev-python/mistune
parentdev-python/mistune: Use PEP517 build (diff)
downloadgentoo-cba597f26a3462dd07fa0365ed598eb75bac5a5c.tar.gz
gentoo-cba597f26a3462dd07fa0365ed598eb75bac5a5c.tar.bz2
gentoo-cba597f26a3462dd07fa0365ed598eb75bac5a5c.zip
dev-python/mistune: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mistune')
-rw-r--r--dev-python/mistune/mistune-2.0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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