summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-08 18:03:44 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-09 18:51:23 +0300
commit6c334d9f1241f0e8c6134ecfd7fc263f35695132 (patch)
tree556c6bd7da63959c96de8f798a582b1d4dfeeccc /dev-python
parentdev-python/markups: enable doc generation (diff)
downloadgentoo-6c334d9f1241f0e8c6134ecfd7fc263f35695132.tar.gz
gentoo-6c334d9f1241f0e8c6134ecfd7fc263f35695132.tar.bz2
gentoo-6c334d9f1241f0e8c6134ecfd7fc263f35695132.zip
dev-python/mkdocs-material-extensions: enable py3.10, EAPI=8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.3.ebuild b/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.3.ebuild
index a097bcd82d6c..b8e6a9a88656 100644
--- a/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.3.ebuild
+++ b/dev-python/mkdocs-material-extensions/mkdocs-material-extensions-1.0.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1