This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch chore/remove/py3.8 in repository https://gitbox.apache.org/repos/asf/libcloud.git
from e65084054 Update time import script to use Python 3.9. add 78d3a2928 Add nosec pragma for bandit false positives. Also re-format some of the code to comply with style rules. add 36bfcaf4b Remove Python 3.7 and 3.8 from test Docker image, add pypy 3.10, 3.12 and 3.13, use 3.9 as base Python for tox. add 96d00b8fe Also run tests under PyPy 3.10 on CI. No new revisions were added by this update. Summary of changes: .github/workflows/main.yml | 3 +- contrib/Dockerfile | 20 ++- libcloud/common/gandi.py | 8 +- libcloud/common/nfsn.py | 14 +- libcloud/common/ovh.py | 11 +- libcloud/compute/base.py | 33 ++++- libcloud/compute/drivers/cloudsigma.py | 104 ++++++++++++++- libcloud/compute/drivers/kubevirt.py | 113 +++++++++++++++- libcloud/compute/drivers/opennebula.py | 38 +++++- libcloud/compute/drivers/vsphere.py | 222 ++++++++++++++++++++++++++++++- libcloud/container/drivers/kubernetes.py | 50 ++++++- libcloud/dns/drivers/rcodezero.py | 31 ++++- libcloud/storage/drivers/atmos.py | 25 +++- libcloud/storage/drivers/backblaze_b2.py | 29 +++- libcloud/storage/drivers/dummy.py | 19 ++- libcloud/test/storage/test_base.py | 11 +- libcloud/test/storage/test_cloudfiles.py | 42 +++++- libcloud/utils/publickey.py | 9 +- tox.ini | 3 +- 19 files changed, 742 insertions(+), 43 deletions(-)