diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-04 14:14:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-04 14:23:06 +0200 |
commit | b08bf5a0bc72e7c5b25e29cae4353406a0928264 (patch) | |
tree | ecc73c31f124d17c5528f766db5de12b4ba1ce8f /dev-python/readthedocs-sphinx-ext | |
parent | net-libs/nodejs: drop 16.1.0 (diff) | |
download | gentoo-b08bf5a0bc72e7c5b25e29cae4353406a0928264.tar.gz gentoo-b08bf5a0bc72e7c5b25e29cae4353406a0928264.tar.bz2 gentoo-b08bf5a0bc72e7c5b25e29cae4353406a0928264.zip |
dev-python/readthedocs-sphinx-ext: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/readthedocs-sphinx-ext')
-rw-r--r-- | dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild index 153d97190265..240addef9ffd 100644 --- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild +++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Code specific for Read the Docs and Sphinx" |