diff options
author | 2021-03-04 16:47:52 +0700 | |
---|---|---|
committer | 2021-03-04 16:47:52 +0700 | |
commit | ef5f9b0390c7e5548d548e9fcc536c5a0631c7f1 (patch) | |
tree | 017da22491b03e5ef3b5700a52f2139d2853292f /dev-python/sphinx_selective_exclude | |
parent | dev-python/pycson: python3_9 added (diff) | |
download | gentoo-ef5f9b0390c7e5548d548e9fcc536c5a0631c7f1.tar.gz gentoo-ef5f9b0390c7e5548d548e9fcc536c5a0631c7f1.tar.bz2 gentoo-ef5f9b0390c7e5548d548e9fcc536c5a0631c7f1.zip |
dev-python/sphinx_selective_exclude: python3_9 added
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_selective_exclude')
-rw-r--r-- | dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild index fb2b976af894..e6668899d411 100644 --- a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild +++ b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild @@ -1,9 +1,9 @@ -# 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..9} ) inherit distutils-r1 |