summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:55:29 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:55:29 +0300
commit9a2a1ad95269a0c98fbb67eefebbd3b20c10146d (patch)
tree847fafd0c0aac5a223bbd87ae34e8a52e6ccd9dd
parentdev-python/minimock: enable py3.12 (diff)
downloadgentoo-9a2a1ad95269a0c98fbb67eefebbd3b20c10146d.tar.gz
gentoo-9a2a1ad95269a0c98fbb67eefebbd3b20c10146d.tar.bz2
gentoo-9a2a1ad95269a0c98fbb67eefebbd3b20c10146d.zip
dev-python/mistune: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/mistune/mistune-2.0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mistune/mistune-2.0.5.ebuild b/dev-python/mistune/mistune-2.0.5.ebuild
index 38b8aaa5b410..84e08e11881e 100644
--- a/dev-python/mistune/mistune-2.0.5.ebuild
+++ b/dev-python/mistune/mistune-2.0.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi