summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-16 10:39:20 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-16 12:01:11 +0100
commit7d4d5d2ef01cb209ad145eebb6039ceb9802ddc4 (patch)
treead45482c723bc9088f962d6e0029a3c64eeb6cd9
parentdev-python/pexpect: Enable py3.8 (diff)
downloadgentoo-7d4d5d2e.tar.gz
gentoo-7d4d5d2e.tar.bz2
gentoo-7d4d5d2e.zip
dev-python/hypothesis: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/hypothesis/hypothesis-4.44.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-4.44.2.ebuild b/dev-python/hypothesis/hypothesis-4.44.2.ebuild
index 60971e4d3a83..f4686aaabd7a 100644
--- a/dev-python/hypothesis/hypothesis-4.44.2.ebuild
+++ b/dev-python/hypothesis/hypothesis-4.44.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
PYTHON_REQ_USE="threads(+),sqlite"
inherit distutils-r1 eutils