diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3158af0..98b7d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.13" - name: Install dependencies run: | @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11"] + python-version: ["3.13"] steps: - uses: actions/checkout@v4 @@ -60,7 +60,7 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 - if: matrix.python-version == '3.11' + if: matrix.python-version == '3.13' with: files: ./coverage.xml fail_ci_if_error: false @@ -76,7 +76,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.13" - name: Install build tools run: |