dev-python/pytest-localserver: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 20:18:25 +0000 (22:18 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 27 May 2020 20:45:07 +0000 (22:45 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-localserver/pytest-localserver-0.5.0-r1.ebuild
dev-python/pytest-localserver/pytest-localserver-0.5.0.ebuild

index bdee1047cae34c3dd54e87ae937f2f04ed21023d..8bf452f00dfa42b2fc5c6cb17dd05a466afce54b 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 
index 2397a128ff9032662cbabf9730fa01cf020bf6e5..78b1e4c7523d51ae4955def552b36a2578ca26f6 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