Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doit-py/
Date: Thu, 09 Sep 2021 16:00:36
Message-Id: 1631202967.42c8c3f1b3cf26ad266a6e2972bd47924fb972fc.arthurzam@gentoo
1 commit: 42c8c3f1b3cf26ad266a6e2972bd47924fb972fc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 15:56:07 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 15:56:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c8c3f1
7
8 dev-python/doit-py: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/doit-py/doit-py-0.5.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/doit-py/doit-py-0.5.0.ebuild b/dev-python/doit-py/doit-py-0.5.0.ebuild
16 index 2ae28163060..1d2bd8fb5fc 100644
17 --- a/dev-python/doit-py/doit-py-0.5.0.ebuild
18 +++ b/dev-python/doit-py/doit-py-0.5.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7,8,9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1