From cccc8deeab28bdc79af23508107043d804e345cd Mon Sep 17 00:00:00 2001 From: Max Ustinov Date: Fri, 12 Apr 2024 14:14:14 -0700 Subject: [PATCH] Update test.cli.yml --- .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 fe82ea57..5b371595 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", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3