Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pluginbase/
Date: Mon, 27 Feb 2023 00:41:13
Message-Id: 1677457867.4560dffad3b18fe406346459125153ef87c3d48f.sam@gentoo
1 commit: 4560dffad3b18fe406346459125153ef87c3d48f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 00:28:16 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 00:31:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4560dffa
7
8 dev-python/pluginbase: enable py3.11
9
10 Closes: https://bugs.gentoo.org/896812
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pluginbase/pluginbase-1.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pluginbase/pluginbase-1.0.1.ebuild b/dev-python/pluginbase/pluginbase-1.0.1.ebuild
17 index c29ca3b56bd5..09171d3d95c2 100644
18 --- a/dev-python/pluginbase/pluginbase-1.0.1.ebuild
19 +++ b/dev-python/pluginbase/pluginbase-1.0.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{9..10} )
25 +PYTHON_COMPAT=( python3_{9..11} )
26
27 inherit distutils-r1