From a7f59c55241d62558ea4d882a9bc9affa6d52c1a Mon Sep 17 00:00:00 2001 From: Max Ustinov Date: Fri, 12 Apr 2024 14:10:51 -0700 Subject: [PATCH] Update test.cli.yml Added test for Python 3.11 and 3.12 --- .github/workflows/test.cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.cli.yml b/.github/workflows/test.cli.yml index 8f543234..fe82ea57 100644 --- a/.github/workflows/test.cli.yml +++ b/.github/workflows/test.cli.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3