commit: 4b6950eef3a4b97b2463b6d8b699e9ffdb943aab
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:06:59 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:15:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6950ee
dev-python/spyder-unittest: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild | 2 +-
dev-python/spyder-unittest/spyder-unittest-0.7.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild
b/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild
index 6ae7a8ae4b35..77a2fca2409b 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 virtualx
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.7.1.ebuild
b/dev-python/spyder-unittest/spyder-unittest-0.7.1.ebuild
index f7749d78602c..155a09faa495 100644
--- a/dev-python/spyder-unittest/spyder-unittest-0.7.1.ebuild
+++ b/dev-python/spyder-unittest/spyder-unittest-0.7.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 virtualx