summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-08 17:28:28 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-09 18:51:21 +0300
commitfa9f0a845e6017f7f87af4008637d60d46e1b284 (patch)
tree31a4f4828a21b1c08d43d7c0e7792d5c56300b54 /dev-python
parentdev-python/pymdown-extensions: enable py3.10 (diff)
downloadgentoo-fa9f0a845e6017f7f87af4008637d60d46e1b284.tar.gz
gentoo-fa9f0a845e6017f7f87af4008637d60d46e1b284.tar.bz2
gentoo-fa9f0a845e6017f7f87af4008637d60d46e1b284.zip
dev-python/python-markdown-math: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-markdown-math/python-markdown-math-0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild
index 27aeeddb9d47..3cc0f28dd84b 100644
--- a/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild
+++ b/dev-python/python-markdown-math/python-markdown-math-0.8.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Math extension for Python-Markdown"