summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-22 19:41:47 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-22 20:38:36 +0100
commitbcaea6da8c92f3d820bc7669b3c4c563297dd9ae (patch)
tree7086498ea4d769fe6b3a8a25cca4638921f66200 /dev-python
parentdev-python/pytest-xprocess: Kill stale dep on pytest-cache (diff)
downloadgentoo-bcaea6da8c92f3d820bc7669b3c4c563297dd9ae.tar.gz
gentoo-bcaea6da8c92f3d820bc7669b3c4c563297dd9ae.tar.bz2
gentoo-bcaea6da8c92f3d820bc7669b3c4c563297dd9ae.zip
dev-python/pytest-xprocess: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild
index 07fafa1465c6..ad76ee924b96 100644
--- a/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild
+++ b/dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
inherit distutils-r1