diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index a267cbdda..a525ce3ac 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12" "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] os: [macOS-latest, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }}