From 426520f683f313be587bea444804c504aeaa1bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 18:54:41 +0100 Subject: [PATCH] dev-python/python-glanceclient: Remove py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../python-glanceclient/python-glanceclient-4.10.0.ebuild | 2 +- dev-python/python-glanceclient/python-glanceclient-4.9.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-glanceclient/python-glanceclient-4.10.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-4.10.0.ebuild index 574b379cab7a6..8b8cf94416404 100644 --- a/dev-python/python-glanceclient/python-glanceclient-4.10.0.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-4.10.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 pypi diff --git a/dev-python/python-glanceclient/python-glanceclient-4.9.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-4.9.0.ebuild index 7eef62547ff6d..ea035fe9b5577 100644 --- a/dev-python/python-glanceclient/python-glanceclient-4.9.0.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-4.9.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 pypi