commit: b4d3751c8b4bd7d152e12b584516aef274630a47
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 17:50:31 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 06:52:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d3751c
dev-python/python-glanceclient: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
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 fc9b86e41455..7c6e43317f81 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