diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2021-03-28 15:41:54 -0400 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2021-03-28 18:16:01 -0400 |
commit | 33b3fcc5a4e59b32ef7aa3a29fe296fc4d8cb76c (patch) | |
tree | 8acbfa140f8b1879fa7b0169cf539db84d8228a6 /dev-python/sphinx-testing | |
parent | dev-python/pypugjs: Version bump to 5.9.9 (diff) | |
download | gentoo-33b3fcc5a4e59b32ef7aa3a29fe296fc4d8cb76c.tar.gz gentoo-33b3fcc5a4e59b32ef7aa3a29fe296fc4d8cb76c.tar.bz2 gentoo-33b3fcc5a4e59b32ef7aa3a29fe296fc4d8cb76c.zip |
dev-python/sphinx-testing: Add py3.9 to python_compat
Required for sphinxcontrib-blockdiag (buildbot-3.02)
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-testing')
-rw-r--r-- | dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild index 5e2e43886785..dfd06d45edcb 100644 --- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild +++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 |