Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-unittest/
Date: Mon, 07 Nov 2022 21:53:56
Message-Id: 1667858024.083e5c4b16a5a8a7af0b1471fe27fce3c289e350.andrewammerlaan@gentoo
1 commit: 083e5c4b16a5a8a7af0b1471fe27fce3c289e350
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 7 21:52:57 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 7 21:53:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083e5c4b
7
8 dev-python/spyder-unittest: enable py3.11
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
16 index abd29d2cb968..e5d87beccf01 100644
17 --- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
18 +++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit distutils-r1 virtualx