apache / libcloud

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
https://libcloud.apache.org
Apache License 2.0
2.03k stars 929 forks source link

Remove support for Python 3.7 which is EOL #1941

Closed Kami closed 3 months ago

Kami commented 11 months ago

This pull request remove support for Python 3.7 which is now EOL (https://endoflife.date/python).

codecov-commenter commented 11 months ago

Codecov Report

Merging #1941 (a27a133) into trunk (dfbb595) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##            trunk    #1941   +/-   ##
=======================================
  Coverage   83.20%   83.20%           
=======================================
  Files         353      353           
  Lines       81423    81423           
  Branches     8591     8591           
=======================================
  Hits        67740    67740           
  Misses      10875    10875           
  Partials     2808     2808