Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/auditok/
Date: Mon, 27 Feb 2023 18:04:33
Message-Id: 1677510812.e7856f18f5f461e9197840daeeea95bd6896509c.ceamac@gentoo
1 commit: e7856f18f5f461e9197840daeeea95bd6896509c
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 14:30:38 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 15:13:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7856f18
7
8 dev-python/auditok: enable py3.11
9
10 Closes: https://bugs.gentoo.org/897396
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 dev-python/auditok/auditok-0.2.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/auditok/auditok-0.2.0.ebuild b/dev-python/auditok/auditok-0.2.0.ebuild
17 index 117f51a3a..7504ea268 100644
18 --- a/dev-python/auditok/auditok-0.2.0.ebuild
19 +++ b/dev-python/auditok/auditok-0.2.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{8..10} )
25 +PYTHON_COMPAT=( python3_{8..11} )
26
27 inherit distutils-r1 optfeature