You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2024/04/15 19:35:55 UTC

(libcloud) branch trunk updated (fff80e2e1 -> 101443c2e)

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


    from fff80e2e1 Remove Python 3.7 from required status checks since Python 3.7 supported will be removed in #1941.
     add f18c21450 Remove support for Python 3.7 which is EOL.
     add 64a0abdd9 Add an upgrade notes entry for Python 3.7 support being dropped.
     add e93a04c7a Python 3.12 is stable so update unit tests to run with stable and non dev Python 3.12 version.
     add a3fe5f550 Remove Python 3.11 from required status checks and add 3.12 to required status checks.
     add d5c2a1c54 Merge branch 'trunk' into py36_support_removal
     new 101443c2e Merge pull request #1941 from Kami/py36_support_removal

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                  |  1 +
 .github/workflows/main.yml |  4 +---
 CHANGES.rst                |  7 +++++++
 README.rst                 |  9 ++++++---
 contrib/Dockerfile         |  3 ---
 docs/upgrade_notes.rst     |  6 ++++++
 pyproject.toml             |  5 ++---
 tox.ini                    | 48 +++-------------------------------------------
 8 files changed, 26 insertions(+), 57 deletions(-)


(libcloud) 01/01: Merge pull request #1941 from Kami/py36_support_removal

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 101443c2e9f23089fd3389052419644f799652a6
Merge: fff80e2e1 d5c2a1c54
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Apr 15 21:35:49 2024 +0200

    Merge pull request #1941 from Kami/py36_support_removal
    
    Remove support for Python 3.7 which is EOL

 .asf.yaml                  |  1 +
 .github/workflows/main.yml |  4 +---
 CHANGES.rst                |  7 +++++++
 README.rst                 |  9 ++++++---
 contrib/Dockerfile         |  3 ---
 docs/upgrade_notes.rst     |  6 ++++++
 pyproject.toml             |  5 ++---
 tox.ini                    | 48 +++-------------------------------------------
 8 files changed, 26 insertions(+), 57 deletions(-)