diff options
author | 2024-06-12 11:59:06 +0200 | |
---|---|---|
committer | 2024-06-12 12:03:24 +0200 | |
commit | e4a5031ebcc45c3074cbe471cafed3b16949e68c (patch) | |
tree | 995b42d841f894948702b6c760a3e3e1ee6c7bbb /dev-python/keystoneauth1 | |
parent | dev-python/os-service-types: Enable py3.13 (diff) | |
download | gentoo-e4a5031ebcc45c3074cbe471cafed3b16949e68c.tar.gz gentoo-e4a5031ebcc45c3074cbe471cafed3b16949e68c.tar.bz2 gentoo-e4a5031ebcc45c3074cbe471cafed3b16949e68c.zip |
dev-python/keystoneauth1: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/keystoneauth1')
-rw-r--r-- | dev-python/keystoneauth1/keystoneauth1-5.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keystoneauth1/keystoneauth1-5.6.0.ebuild b/dev-python/keystoneauth1/keystoneauth1-5.6.0.ebuild index ed2cf6660439..5957f0726301 100644 --- a/dev-python/keystoneauth1/keystoneauth1-5.6.0.ebuild +++ b/dev-python/keystoneauth1/keystoneauth1-5.6.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi |