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/pendulum/
Date: Sat, 29 Oct 2022 14:32:36
Message-Id: 1667053938.a1d13f4ae6f48fa14e74039f1263ea7abb7d5af7.arthurzam@gentoo
1 commit: a1d13f4ae6f48fa14e74039f1263ea7abb7d5af7
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 14:30:21 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 14:32:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d13f4a
7
8 dev-python/pendulum: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pendulum/pendulum-2.1.2-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild
16 index 8ed0456d4293..0bc4257cedc4 100644
17 --- a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild
18 +++ b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=7
21
22 DISTUTILS_USE_PEP517=poetry
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit distutils-r1