commit: 681c8811b2b0c0a65464208d241f6f774e7bf6ce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 1 19:03:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 1 19:07:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681c8811
dev-python/pytest-asyncio: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
index 427e7177d87..1daf0d1960f 100644
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
+++ b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1