diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-26 11:58:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-26 12:35:42 +0200 |
commit | 2289711a8698fb8d4425a94249c5296d218148a9 (patch) | |
tree | b83a3d919a99192032a2cef0f7bf97f860b925c8 /dev-python/pytest-timeout | |
parent | dev-python/requests: Port to py39 (diff) | |
download | gentoo-2289711a8698fb8d4425a94249c5296d218148a9.tar.gz gentoo-2289711a8698fb8d4425a94249c5296d218148a9.tar.bz2 gentoo-2289711a8698fb8d4425a94249c5296d218148a9.zip |
dev-python/pytest-timeout: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild index a62884e32e5e..7b3e50afe479 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) inherit distutils-r1 |