diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-01 21:03:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-01 21:07:00 +0200 |
commit | 681c8811b2b0c0a65464208d241f6f774e7bf6ce (patch) | |
tree | f185869c2100594e2c0c0a3abf02f83fa4def963 /dev-python/pytest-asyncio | |
parent | dev-python/async_generator: Port to py39 (diff) | |
download | gentoo-681c8811b2b0c0a65464208d241f6f774e7bf6ce.tar.gz gentoo-681c8811b2b0c0a65464208d241f6f774e7bf6ce.tar.bz2 gentoo-681c8811b2b0c0a65464208d241f6f774e7bf6ce.zip |
dev-python/pytest-asyncio: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-asyncio')
-rw-r--r-- | dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 427e7177d872..1daf0d1960f4 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 |