dev-python/sphinx_rtd_theme-0.2.4: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Thu, 19 Dec 2019 20:58:32 +0000 (21:58 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Thu, 19 Dec 2019 21:39:06 +0000 (22:39 +0100)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.2.4.ebuild

index c43a39d0540f2dfa0404b377e1bfd6682d612c13..64abd38de7129960774a28a6d8e5ebb5ee576c65 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 
 inherit distutils-r1