dev-python/pytest-xprocess: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 09:59:07 +0000 (11:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 10:35:44 +0000 (12:35 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild

index a9d49f17474bd4c87bc412f4764c00d71c4b62cb..0afac58a04596e0fb56ece3a26192c54c6de6a5a 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1