Skip to content

Commit

Permalink
dev-python/sphinxcontrib-blockdiag: Enable py3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jun 22, 2021
1 parent 80c3333 commit 9d4f1f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9d4f1f2

Please sign in to comment.