diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 12:53:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 14:00:36 +0200 |
commit | 835b0746b7f8199e54006a0bd652c84cb2e11a23 (patch) | |
tree | 68f073d1d87b25c6df9961ff76d63d1e1d8a0bac /dev-python/sphinxcontrib-jsmath | |
parent | dev-python/sphinxcontrib-devhelp: Enable py3.10 (diff) | |
download | gentoo-835b0746b7f8199e54006a0bd652c84cb2e11a23.tar.gz gentoo-835b0746b7f8199e54006a0bd652c84cb2e11a23.tar.bz2 gentoo-835b0746b7f8199e54006a0bd652c84cb2e11a23.zip |
dev-python/sphinxcontrib-jsmath: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-jsmath')
-rw-r--r-- | dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild index b72dc3c93b18..c4cadff84cb7 100644 --- a/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild +++ b/dev-python/sphinxcontrib-jsmath/sphinxcontrib-jsmath-1.0.1-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Sphinx extension which renders display math in HTML via JavaScript" |