diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-20 17:12:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-20 17:20:07 +0200 |
commit | ee91e698c6e78a184de8b0e544e8c4de4673f706 (patch) | |
tree | fd5c6c961aa2fa6a1f9ed935561d98e44c2e4d4d /dev-python/apache-libcloud | |
parent | dev-python/apache-libcloud: Fix tests (diff) | |
download | gentoo-ee91e698c6e78a184de8b0e544e8c4de4673f706.tar.gz gentoo-ee91e698c6e78a184de8b0e544e8c4de4673f706.tar.bz2 gentoo-ee91e698c6e78a184de8b0e544e8c4de4673f706.zip |
dev-python/apache-libcloud: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/apache-libcloud')
-rw-r--r-- | dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild b/dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild index f5aa54b9b35f..531a21e0f26a 100644 --- a/dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild +++ b/dev-python/apache-libcloud/apache-libcloud-3.8.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 pypi |