diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-01-22 23:10:16 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-01-23 00:40:14 +0100 |
commit | ceaf1f43cc212b33252c727d907cc01c177f266b (patch) | |
tree | a29f5a295173249c9b5587eeba6c780ba279099c /dev-python/guzzle_sphinx_theme | |
parent | dev-python/jmespath: add Python 3.8 support (diff) | |
download | gentoo-ceaf1f43cc212b33252c727d907cc01c177f266b.tar.gz gentoo-ceaf1f43cc212b33252c727d907cc01c177f266b.tar.bz2 gentoo-ceaf1f43cc212b33252c727d907cc01c177f266b.zip |
dev-python/guzzle_sphinx_theme: add Python 3.8 support
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/guzzle_sphinx_theme')
-rw-r--r-- | dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild index 97f8deb8fb0f..1fc38997e3aa 100644 --- a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild +++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) inherit distutils-r1 |