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 2021/10/22 14:47:15 UTC

[libcloud] branch trunk updated: Also try running unit tests under Python 3.10 on CI.

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 b49bbd3  Also try running unit tests under Python 3.10 on CI.
b49bbd3 is described below

commit b49bbd3fc6b17430264953b806467ce9453f03a7
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Oct 22 16:46:56 2021 +0200

    Also try running unit tests under Python 3.10 on CI.
---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1966112..b764828 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -48,6 +48,7 @@ jobs:
           - 3.7
           - 3.8
           - 3.9
+          - "3.10"
           - pypy3
         os:
           - ubuntu-latest