dev-python/pytest-timeout: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 09:58:42 +0000 (11:58 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 10:35:42 +0000 (12:35 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-timeout/pytest-timeout-1.3.4.ebuild

index a62884e32e5eb10bd449c7187a6552425d06a2bc..7b3e50afe4798a14d7b6cdea84bd42a498978ca2 100644 (file)
@@ -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