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/entrypoint2/
Date: Tue, 14 Sep 2021 13:59:20
Message-Id: 1631627901.fde06ec71465d8ae340ec03e5d8ca59fddb050d9.arthurzam@gentoo
1 commit: fde06ec71465d8ae340ec03e5d8ca59fddb050d9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 20:14:06 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 14 13:58:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde06ec7
7
8 dev-python/entrypoint2: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/entrypoint2/entrypoint2-0.2.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/entrypoint2/entrypoint2-0.2.4.ebuild b/dev-python/entrypoint2/entrypoint2-0.2.4.ebuild
16 index 1860abd0dcc..1784e2d9f8f 100644
17 --- a/dev-python/entrypoint2/entrypoint2-0.2.4.ebuild
18 +++ b/dev-python/entrypoint2/entrypoint2-0.2.4.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