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/aiohttp-jinja2/
Date: Thu, 29 Jul 2021 18:47:06
Message-Id: 1627584415.6de7504cc22c050139743edbfc3db478baeb258c.mgorny@gentoo
1 commit: 6de7504cc22c050139743edbfc3db478baeb258c
2 Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 24 16:54:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 18:46:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de7504c
7
8 dev-python/aiohttp-jinja2: 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/aiohttp-jinja2/aiohttp-jinja2-1.4.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.4.2.ebuild b/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.4.2.ebuild
17 index 47be01d0423..14138d00c26 100644
18 --- a/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.4.2.ebuild
19 +++ b/dev-python/aiohttp-jinja2/aiohttp-jinja2-1.4.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit distutils-r1