From 4b6950eef3a4b97b2463b6d8b699e9ffdb943aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 18:06:59 +0100 Subject: [PATCH] dev-python/spyder-unittest: Remove py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 6ae7a8ae4b358..77a2fca2409be 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 f7749d78602c5..155a09faa4954 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