dev-python/iocapture: Enable py3.8, pypy3
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 06:22:00 +0000 (07:22 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 07:15:05 +0000 (08:15 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/iocapture/iocapture-0.1.2-r2.ebuild

index 08544c952fb8771864519eb8813d8ae5bd12bc26..cf28d1eab6997f14cbe316a8a2a7389bebcc1ef2 100644 (file)
@@ -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