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 2023/01/15 14:51:16 UTC

[libcloud] branch trunk updated: Also run install test under Python 3.11.

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 7f2a3edf3 Also run install test under Python 3.11.
7f2a3edf3 is described below

commit 7f2a3edf3421c0e2c3c7f859e7d551fe20bf3710
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Jan 15 15:50:41 2023 +0100

    Also run install test under Python 3.11.
---
 .github/workflows/install_test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/install_test.yml b/.github/workflows/install_test.yml
index 7e3b11dcf..bf7966216 100644
--- a/.github/workflows/install_test.yml
+++ b/.github/workflows/install_test.yml
@@ -12,7 +12,7 @@ permissions:
 
 jobs:
   install_and_verify:
-    name: Install latest stable version
+    name: Install
     runs-on: ${{ matrix.os }}
     timeout-minutes: 2
 
@@ -26,6 +26,7 @@ jobs:
           - 3.8
           - 3.9
           - "3.10"
+          - "3.11"
           - "pypy-3.7"
         include:
           # python 3.5 + 3.6 is not supported with ubuntu-latest anymore so we need to