summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-06 16:05:56 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-06 16:05:56 +0100
commit92f4d8155bb60ec8d4245802295e69bd4e54cc49 (patch)
treed78c891bd39ff0a6e4bcaba931fab01383719572
parentsys-process/bpytop: HOMEPAGE, SRC_URI and remote-ids (diff)
downloadgentoo-92f4d8155bb60ec8d4245802295e69bd4e54cc49.tar.gz
gentoo-92f4d8155bb60ec8d4245802295e69bd4e54cc49.tar.bz2
gentoo-92f4d8155bb60ec8d4245802295e69bd4e54cc49.zip
dev-python/python-novaclient: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/python-novaclient/python-novaclient-18.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-novaclient/python-novaclient-18.3.0.ebuild b/dev-python/python-novaclient/python-novaclient-18.3.0.ebuild
index 22b9a33c497c..f28db15c8098 100644
--- a/dev-python/python-novaclient/python-novaclient-18.3.0.ebuild
+++ b/dev-python/python-novaclient/python-novaclient-18.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 pypi