From 3783d7b3f66ae37dd26515c09f06c812bc4e22b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 18:54:46 +0100 Subject: [PATCH] dev-python/tempest: 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/tempest/tempest-45.0.0.ebuild | 2 +- dev-python/tempest/tempest-46.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/tempest/tempest-45.0.0.ebuild b/dev-python/tempest/tempest-45.0.0.ebuild index 7f84a0f6cdfab..78e6f2b4ada9e 100644 --- a/dev-python/tempest/tempest-45.0.0.ebuild +++ b/dev-python/tempest/tempest-45.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 multiprocessing pypi diff --git a/dev-python/tempest/tempest-46.0.0.ebuild b/dev-python/tempest/tempest-46.0.0.ebuild index 8369d42077428..ee5fe6c44b4b8 100644 --- a/dev-python/tempest/tempest-46.0.0.ebuild +++ b/dev-python/tempest/tempest-46.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{12..13} ) inherit distutils-r1 multiprocessing pypi