summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-08 13:46:31 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-08 13:53:08 +0100
commitd94bf40612c23d36367d3945f028f81424b79fd5 (patch)
tree7f31cf139b57981f84a1d409c270ad00ce6767c4 /dev-python/python-cinderclient
parentdev-python/osc-lib: Enable py3.12 (diff)
downloadgentoo-d94bf40612c23d36367d3945f028f81424b79fd5.tar.gz
gentoo-d94bf40612c23d36367d3945f028f81424b79fd5.tar.bz2
gentoo-d94bf40612c23d36367d3945f028f81424b79fd5.zip
dev-python/python-cinderclient: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-cinderclient')
-rw-r--r--dev-python/python-cinderclient/python-cinderclient-9.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-cinderclient/python-cinderclient-9.4.0.ebuild b/dev-python/python-cinderclient/python-cinderclient-9.4.0.ebuild
index bf305a5e6b34..b6c440db1f4d 100644
--- a/dev-python/python-cinderclient/python-cinderclient-9.4.0.ebuild
+++ b/dev-python/python-cinderclient/python-cinderclient-9.4.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi