diff --git a/.github/workflows/cli_setup.yml b/.github/workflows/cli_setup.yml index e7e9152..93c6eb0 100644 --- a/.github/workflows/cli_setup.yml +++ b/.github/workflows/cli_setup.yml @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest] - python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13] + python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12] steps: - uses: actions/checkout@v3