dev-python/pytest-xdist: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 11:05:15 +0000 (13:05 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 12:58:27 +0000 (14:58 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild

index 4d03af9b28d521a3a553fd0b6d47910c4b720121..03cf9a9d3fb2a202b57c3d52cd2dfdf55ddfaf7e 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