commit: 083e5c4b16a5a8a7af0b1471fe27fce3c289e350
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 7 21:52:57 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Nov 7 21:53:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083e5c4b
dev-python/spyder-unittest: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
index abd29d2cb968..e5d87beccf01 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1 virtualx