From e4090e94a49d64d2ddaa0d557767aff9019f3605 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:33:30 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/integration-test.yml | 2 +- .github/workflows/pypi-publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 3776cc0..6883766 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -53,7 +53,7 @@ jobs: - name: setup python uses: actions/setup-python@v6 with: - python-version: 3.13 + python-version: 3.14 - name: Install openedx run: | diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index 7d13a12..3bf9137 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -19,7 +19,7 @@ jobs: - name: setup python uses: actions/setup-python@v6 with: - python-version: 3.13 + python-version: 3.14 - name: Install Dependencies run: pip install setuptools wheel