summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 11:59:07 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 12:35:44 +0200
commitb869664443731458ed73b64013fe53aa6f2238c9 (patch)
tree3dcc6da4c4dc1851a7f88aa4b7cdb15f5385648a /dev-python/pytest-xprocess
parentdev-python/psutil: Port to py39 (diff)
downloadgentoo-b869664443731458ed73b64013fe53aa6f2238c9.tar.gz
gentoo-b869664443731458ed73b64013fe53aa6f2238c9.tar.bz2
gentoo-b869664443731458ed73b64013fe53aa6f2238c9.zip
dev-python/pytest-xprocess: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-xprocess')
-rw-r--r--dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
index a9d49f17474b..0afac58a0459 100644
--- a/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.ebuild
+++ b/dev-python/pytest-xprocess/pytest-xprocess-0.13.1.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