dev-python/guzzle_sphinx_theme: add Python 3.8 support
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 22:10:16 +0000 (23:10 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 22 Jan 2020 23:40:14 +0000 (00:40 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild

index 97f8deb8fb0fda21ecb05c31d5915be6e5e7c5f5..1fc38997e3aa5c76aac7fc5b59222fce5b028ef0 100644 (file)
@@ -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