diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 387f8eab..bf633fa7 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -20,7 +20,7 @@ jobs: - name: Install Python and pipenv uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.14' - name: Install dependencies run: make install-ci diff --git a/.github/workflows/code-climate.yml b/.github/workflows/code-climate.yml index 1f4764a6..c21b1c70 100644 --- a/.github/workflows/code-climate.yml +++ b/.github/workflows/code-climate.yml @@ -17,7 +17,7 @@ jobs: - name: Install Python and pipenv uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.14' - name: Install dependencies run: make install-ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22c1a558..2bdf37b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Install Python 3 uses: actions/setup-python@v2 with: - python-version: '3.7' + python-version: '3.14' - name: Install dependencies run: make install-ci