From b4d3751c8b4bd7d152e12b584516aef274630a47 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 13 Nov 2022 19:50:31 +0200 Subject: [PATCH] dev-python/python-glanceclient: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/python-glanceclient/python-glanceclient-4.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-glanceclient/python-glanceclient-4.1.0.ebuild b/dev-python/python-glanceclient/python-glanceclient-4.1.0.ebuild index fc9b86e414550..7c6e43317f813 100644 --- a/dev-python/python-glanceclient/python-glanceclient-4.1.0.ebuild +++ b/dev-python/python-glanceclient/python-glanceclient-4.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1