diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-05 22:35:12 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-05 22:54:26 +0200 |
commit | b426c51dfda46c4bfeb4db50351caf19ccda130b (patch) | |
tree | 122894221979e2b7e2fa789e1d6d4dae4b9f9d67 /dev-python/sphinxcontrib-github-alt | |
parent | dev-python/simpy: add 4.0.1, enable py3.9 and py3.10 (diff) | |
download | gentoo-b426c51dfda46c4bfeb4db50351caf19ccda130b.tar.gz gentoo-b426c51dfda46c4bfeb4db50351caf19ccda130b.tar.bz2 gentoo-b426c51dfda46c4bfeb4db50351caf19ccda130b.zip |
dev-python/sphinxcontrib-github-alt: enable py3.10
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-github-alt')
-rw-r--r-- | dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild index 7eede18eca54..86d194e6bb43 100644 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |