diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf8459..03e2c20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.11] + python-version: [3.10.15, 3.11.10, 3.12.6] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}