summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 13:05:15 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 14:58:27 +0200
commit9fffec222209ba939ab24185e2fb844f48d64388 (patch)
tree47b2e489b97b4dc24747209f6b02421f503a65e1 /dev-python/pytest-xdist
parentdev-python/filelock: Port to py39 (diff)
downloadgentoo-9fffec222209ba939ab24185e2fb844f48d64388.tar.gz
gentoo-9fffec222209ba939ab24185e2fb844f48d64388.tar.bz2
gentoo-9fffec222209ba939ab24185e2fb844f48d64388.zip
dev-python/pytest-xdist: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
index 4d03af9b28d5..03cf9a9d3fb2 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
@@ -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