diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-01 00:00:57 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-01 00:09:16 +0200 |
commit | c5b84111f9d09f079dc73e862246387ac7074063 (patch) | |
tree | 64e778547ae6f416a0437fa006f8e6a972f91d97 /dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild | |
parent | dev-python/sphinxcontrib-jquery: enable py3.13 (diff) | |
download | gentoo-c5b84111f9d09f079dc73e862246387ac7074063.tar.gz gentoo-c5b84111f9d09f079dc73e862246387ac7074063.tar.bz2 gentoo-c5b84111f9d09f079dc73e862246387ac7074063.zip |
dev-python/readthedocs-sphinx-ext: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild')
-rw-r--r-- | dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild index 1435fe7ebcc2..971209a67778 100644 --- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild +++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |