summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-08 14:29:11 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-08 15:25:59 +0100
commitc7932cae0e22b4cf5439b397579f50d968bfcae8 (patch)
tree44e99334fa81005ce24f58058dd21fbd07be4377 /dev-python/sybil
parentdev-python/pygments: Bump to 2.6.1 (diff)
downloadgentoo-c7932cae0e22b4cf5439b397579f50d968bfcae8.tar.gz
gentoo-c7932cae0e22b4cf5439b397579f50d968bfcae8.tar.bz2
gentoo-c7932cae0e22b4cf5439b397579f50d968bfcae8.zip
dev-python/sybil: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sybil')
-rw-r--r--dev-python/sybil/sybil-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sybil/sybil-1.2.0.ebuild b/dev-python/sybil/sybil-1.2.0.ebuild
index a7c5878a24d6..07699278de28 100644
--- a/dev-python/sybil/sybil-1.2.0.ebuild
+++ b/dev-python/sybil/sybil-1.2.0.ebuild
@@ -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"