diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-12 11:52:07 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-12 13:59:18 +0200 |
commit | f9cd945a4602d9445e16977011ef7a9191029a5a (patch) | |
tree | dbf7e1c5516fec48bb84e383c47e20f03036c857 /dev-python/keystoneauth/keystoneauth-5.0.0.ebuild | |
parent | dev-python/os-service-types: enable py3.11 (diff) | |
download | gentoo-f9cd945a4602d9445e16977011ef7a9191029a5a.tar.gz gentoo-f9cd945a4602d9445e16977011ef7a9191029a5a.tar.bz2 gentoo-f9cd945a4602d9445e16977011ef7a9191029a5a.zip |
dev-python/keystoneauth: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/keystoneauth/keystoneauth-5.0.0.ebuild')
-rw-r--r-- | dev-python/keystoneauth/keystoneauth-5.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild b/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild index 642b81d5869f..2e43f3409810 100644 --- a/dev-python/keystoneauth/keystoneauth-5.0.0.ebuild +++ b/dev-python/keystoneauth/keystoneauth-5.0.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 |