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

index da32feb6f98206bbdb93ba210db487100bca6cb8..15f1a12814575adaa47fc63c457c8e5fe3d121fa 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1