diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a934ae25..49612498 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12] + python-version: ["3.7.17", "3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2