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 6c9122dc7493198496a4c606ccce03f136a5fe22 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Jul 31 17:42:25 2023 +0200 Also require Unit Tests Python 3.11 status check to pass for merging. --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index 9f6f6b9a9..487c3d704 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -48,6 +48,7 @@ github: - "Unit Tests (Python 3.8)" - "Unit Tests (Python 3.9)" - "Unit Tests (Python 3.10)" + - "Unit Tests (Python 3.11)" - "Run Various Lint and Other Checks (3.8)" - "Build and upload Documentation (3.8)" - "Dependency Review"