summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-06 22:56:31 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-07 12:51:51 +0200
commitb031fa23ead52f38e35d01b95f2fe5ee5946d850 (patch)
treee79c5c0c82abd5fa2ff2f02ee1b32db4ddea22e5 /dev-python/mistune
parentdev-java/junitparams: new package (diff)
downloadgentoo-b031fa23ead52f38e35d01b95f2fe5ee5946d850.tar.gz
gentoo-b031fa23ead52f38e35d01b95f2fe5ee5946d850.tar.bz2
gentoo-b031fa23ead52f38e35d01b95f2fe5ee5946d850.zip
dev-python/mistune: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mistune')
-rw-r--r--dev-python/mistune/mistune-0.8.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mistune/mistune-0.8.4-r1.ebuild b/dev-python/mistune/mistune-0.8.4-r1.ebuild
index 8f74ce7bbbf1..c08a10bcd6ef 100644
--- a/dev-python/mistune/mistune-0.8.4-r1.ebuild
+++ b/dev-python/mistune/mistune-0.8.4-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1