diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index c6025665e..c5c3d64d4 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -23,7 +23,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'skipci')" runs-on: ${{ matrix.os }} env: - USING_COVERAGE: "3.9" + USING_COVERAGE: "3.10" strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] @@ -39,7 +39,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.10 cache: poetry - name: Check pyproject.toml file