summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 13:04:34 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 14:58:25 +0200
commit2ab072493cbaad944092c5a1e53d367ef824e87e (patch)
tree6322965ad3c184a0c0d2c56b81f7c08f6f8ae151 /dev-python/pytest-forked/pytest-forked-1.1.3.ebuild
parentdev-python/argcomplete: Port to py39 (diff)
downloadgentoo-2ab072493cbaad944092c5a1e53d367ef824e87e.tar.gz
gentoo-2ab072493cbaad944092c5a1e53d367ef824e87e.tar.bz2
gentoo-2ab072493cbaad944092c5a1e53d367ef824e87e.zip
dev-python/pytest-forked: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-forked/pytest-forked-1.1.3.ebuild')
-rw-r--r--dev-python/pytest-forked/pytest-forked-1.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild b/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild
index 9b2d92a1c2c6..08d46d8c9a51 100644
--- a/dev-python/pytest-forked/pytest-forked-1.1.3.ebuild
+++ b/dev-python/pytest-forked/pytest-forked-1.1.3.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