diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17cb5c7..cca50fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7,3.8,3.9,"3.10"] + python-version: [3.8,3.9,"3.10","3.11","3.12","3.13"] env: - PYTHON_COVREPORTS_VERSION: 3.9 + PYTHON_COVREPORTS_VERSION: 3.13 steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}