diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-22 23:27:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-22 23:28:53 +0200 |
commit | 9d4f1f22e446e28faf296873be0efc0ee5c53425 (patch) | |
tree | 3a2477b344e8ae65bcc3cfc3e6abc4c3936a9287 /dev-python/sphinxcontrib-blockdiag | |
parent | dev-python/sphinx-testing: Enable py3.10 (diff) | |
download | gentoo-9d4f1f22e446e28faf296873be0efc0ee5c53425.tar.gz gentoo-9d4f1f22e446e28faf296873be0efc0ee5c53425.tar.bz2 gentoo-9d4f1f22e446e28faf296873be0efc0ee5c53425.zip |
dev-python/sphinxcontrib-blockdiag: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-blockdiag')
-rw-r--r-- | dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild index bcb93877400e..38232e161d5d 100644 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild +++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag" |