diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 14:14:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 14:23:08 +0200 |
commit | 7f41a19bb1b02643f1e612de5bd54c6004ee9949 (patch) | |
tree | 4c473cb00126cb64ebff6a482fa953218f49d3e4 /dev-python/sphinx_rtd_theme | |
parent | dev-python/docutils: Enable py3.10 on 0.16-r1 (diff) | |
download | gentoo-7f41a19bb1b02643f1e612de5bd54c6004ee9949.tar.gz gentoo-7f41a19bb1b02643f1e612de5bd54c6004ee9949.tar.bz2 gentoo-7f41a19bb1b02643f1e612de5bd54c6004ee9949.zip |
dev-python/sphinx_rtd_theme: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_rtd_theme')
-rw-r--r-- | dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild index 006ff6fba06f..e63a57663ece 100644 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.5.2.ebuild @@ -3,9 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="ReadTheDocs.org theme for Sphinx" |