diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84d9cd75..2d4d1d01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: 💂 Install Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.12' cache: pip cache-dependency-path: requirements/dev.txt - name: 📥 Install dependencies diff --git a/.github/workflows/review-app-creation.yml b/.github/workflows/review-app-creation.yml index 61a0b0cb..c50a6a40 100644 --- a/.github/workflows/review-app-creation.yml +++ b/.github/workflows/review-app-creation.yml @@ -18,7 +18,7 @@ env: CONFIGURATION_ADDON: ${{ secrets.CLEVER_REVIEW_APPS_CONFIGURATION_ADDON }} S3_ADDON: ${{ secrets.CLEVER_REVIEW_APPS_S3_ADDON }} BRANCH: ${{ github.head_ref }} - PYTHON_VERSION: "3.10" + PYTHON_VERSION: "3.12" jobs: create: