diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-24 14:17:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-24 16:31:30 +0200 |
commit | 2c24b6b647920e3dab245c282843b3aa7e16a1d6 (patch) | |
tree | 5509ae1af4d335630209cc3dce1b90d5f1073688 /dev-python/readthedocs-sphinx-ext | |
parent | dev-python/readthedocs-sphinx-ext: Bump to 2.1.1 (diff) | |
download | gentoo-2c24b6b647920e3dab245c282843b3aa7e16a1d6.tar.gz gentoo-2c24b6b647920e3dab245c282843b3aa7e16a1d6.tar.bz2 gentoo-2c24b6b647920e3dab245c282843b3aa7e16a1d6.zip |
dev-python/readthedocs-sphinx-ext: Port to py3.9
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.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild index e8bb844066b9..72b472afcbca 100644 --- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild +++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 DESCRIPTION="Code specific for Read the Docs and Sphinx" |