diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5d946c852..cc064ff95 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-python@v5 with: check-latest: true - python-version: '3.12' + python-version: '3.13' - name: Run pre-commit uses: pre-commit/action@v3.0.1 @@ -186,7 +186,7 @@ jobs: requirements/runtime.txt requirements/tests.txt check-latest: true - python-version: '3.12' + python-version: '3.13' - name: Get package artifacts uses: actions/download-artifact@v4 @@ -218,7 +218,7 @@ jobs: with: cache: pip cache-dependency-path: requirements/docs.txt - python-version: '3.12' + python-version: '3.13' - name: Install dependencies run: |