diff --git a/.github/workflows/additional_checks.yml b/.github/workflows/additional_checks.yml index 06a5a04aa0a..a0c09455242 100644 --- a/.github/workflows/additional_checks.yml +++ b/.github/workflows/additional_checks.yml @@ -31,7 +31,7 @@ jobs: - name: Set up Python uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: - python-version: '3.10' + python-version: '3.14' - name: Install uv and restore its cache uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6 diff --git a/.github/workflows/create_release_draft.yml b/.github/workflows/create_release_draft.yml index 62ad849551f..5aea820f83a 100644 --- a/.github/workflows/create_release_draft.yml +++ b/.github/workflows/create_release_draft.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Python uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: - python-version: '3.11' + python-version: '3.14' - name: Create output directory run: | mkdir ${{ env.OUT_DIR }} diff --git a/.github/workflows/python-code-quality.yml b/.github/workflows/python-code-quality.yml index 39e261b9090..af58b6d5c21 100644 --- a/.github/workflows/python-code-quality.yml +++ b/.github/workflows/python-code-quality.yml @@ -25,7 +25,7 @@ jobs: env: # renovate: datasource=python-version depName=python - PYTHON_VERSION: "3.10" + PYTHON_VERSION: "3.14" MIN_PYTHON_VERSION: "3.8" # renovate: datasource=pypi depName=black BLACK_VERSION: "24.10.0"