diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-26 11:59:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-26 12:35:44 +0200 |
commit | b869664443731458ed73b64013fe53aa6f2238c9 (patch) | |
tree | 3dcc6da4c4dc1851a7f88aa4b7cdb15f5385648a /dev-python/pytest-xprocess | |
parent | dev-python/psutil: Port to py39 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |