diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-27 13:53:35 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-27 14:02:08 +0200 |
| commit | 989ab649a0e119d6b34f124cc08ddaa0e4735afe (patch) | |
| tree | e609437166a6bf13e1c00edd5e7565caaf71a75c /dev-python/apache-libcloud | |
| parent | 53158b06d43b9189fefdb05ef80bb0cb9d0d6f61 (diff) | |
| download | gentoo-989ab649a0e119d6b34f124cc08ddaa0e4735afe.tar.gz gentoo-989ab649a0e119d6b34f124cc08ddaa0e4735afe.tar.bz2 gentoo-989ab649a0e119d6b34f124cc08ddaa0e4735afe.zip | |
dev-python/apache-libcloud: Enable py3.14
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 | 4 |
1 files changed, 2 insertions, 2 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 beb8bc3d60aa..5ec148106c4f 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 @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 pypi |
