dev-python/pytest-xprocess: Enable py3.8
authorMichał Górny <mgorny@gentoo.org>
Fri, 22 Nov 2019 18:41:47 +0000 (19:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 22 Nov 2019 19:38:36 +0000 (20:38 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-xprocess/pytest-xprocess-0.12.1-r2.ebuild

index 07fafa1465c672b55e814e931281e4a96c52d0e5..ad76ee924b967e397379a06465355a1bfbb319bd 100644 (file)
@@ -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