diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-05 14:18:20 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-05 14:19:44 +0200 |
commit | 68f869cc436c98296df5433e1e8533166f984a3d (patch) | |
tree | ba5299de7ae4198c94bfe686253030b3df688655 /dev-python/sphinxcontrib-autoprogram | |
parent | dev-python/sphinx-multiversion: add py3.10 (diff) | |
download | gentoo-68f869cc436c98296df5433e1e8533166f984a3d.tar.gz gentoo-68f869cc436c98296df5433e1e8533166f984a3d.tar.bz2 gentoo-68f869cc436c98296df5433e1e8533166f984a3d.zip |
dev-python/sphinxcontrib-autoprogram: add 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-autoprogram')
-rw-r--r-- | dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild index b539027a7f4d..bd789b675d0b 100644 --- a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild +++ b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |