commit: 88816c892b05a059f817a6fbada88419c7e561ad
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 06:22:00 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 07:15:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88816c89
dev-python/iocapture: Enable py3.8, pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/iocapture/iocapture-0.1.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
index 08544c952fb..cf28d1eab69 100644
--- a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
+++ b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
inherit distutils-r1