summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/expects')
-rw-r--r--dev-python/expects/expects-0.8.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/expects/expects-0.8.0-r1.ebuild b/dev-python/expects/expects-0.8.0-r1.ebuild
index 38da7ebeb794..b046ef40afa0 100644
--- a/dev-python/expects/expects-0.8.0-r1.ebuild
+++ b/dev-python/expects/expects-0.8.0-r1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1