Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/
Date: Wed, 21 Sep 2022 14:00:18
Message-Id: 1663768803.c24e4278c7fd19e410e3ed5b5fb804dcf8ec47bf.marecki@gentoo
1 commit: c24e4278c7fd19e410e3ed5b5fb804dcf8ec47bf
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 12:44:14 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 21 14:00:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24e4278
7
8 dev-python/enrich: enable py3.11
9
10 One of the tests fails but it does the same against py3.10
11 (see Bug #865497) and py3.9.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 dev-python/enrich/enrich-1.2.7-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/enrich/enrich-1.2.7-r1.ebuild b/dev-python/enrich/enrich-1.2.7-r1.ebuild
19 index 2cb4fa26d981..78906bc4b6e3 100644
20 --- a/dev-python/enrich/enrich-1.2.7-r1.ebuild
21 +++ b/dev-python/enrich/enrich-1.2.7-r1.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=8
24
25 DISTUTILS_USE_PEP517=setuptools
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28
29 inherit distutils-r1