Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-asyncio/
Date: Mon, 01 Jun 2020 19:07:07
Message-Id: 1591038420.681c8811b2b0c0a65464208d241f6f774e7bf6ce.mgorny@gentoo
1 commit: 681c8811b2b0c0a65464208d241f6f774e7bf6ce
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 19:03:43 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 19:07:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681c8811
7
8 dev-python/pytest-asyncio: Port to py39
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
16 index 427e7177d87..1daf0d1960f 100644
17 --- a/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
18 +++ b/dev-python/pytest-asyncio/pytest-asyncio-0.12.0.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_SETUPTOOLS=rdepend
23 -PYTHON_COMPAT=( python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{6..9} )
25
26 inherit distutils-r1