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-aiohttp/
Date: Thu, 29 Jul 2021 18:47:05
Message-Id: 1627584412.20c6bcfade2f60aa150034f4b8ab619e76be6544.mgorny@gentoo
1 commit: 20c6bcfade2f60aa150034f4b8ab619e76be6544
2 Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 24 16:15:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 18:46:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c6bcfa
7
8 dev-python/pytest-aiohttp: enable py3.10 and disable py3.7
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild
17 index f1ed8d58d2d..122c4ebbdb2 100644
18 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild
19 +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29
30 inherit distutils-r1