dev-python/sybil: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Sun, 8 Mar 2020 13:29:11 +0000 (14:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 8 Mar 2020 14:25:59 +0000 (15:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sybil/sybil-1.2.0.ebuild

index a7c5878a24d6a8cf325387348214f6c073f42d25..07699278de28ceaa554866a917ddacadc421a6d3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Automated testing for the examples in your documentation"