From 1a0b4c7747d71cc53c62069275fced45a88f92a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:15:51 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/verify-jupyter.yml | 2 +- .github/workflows/verify-streamlit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify-jupyter.yml b/.github/workflows/verify-jupyter.yml index 4e91b42466..96aa71f54f 100644 --- a/.github/workflows/verify-jupyter.yml +++ b/.github/workflows/verify-jupyter.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: - python-version: '3.10' + python-version: '3.14' cache: 'pip' - name: Build package using poetry run: | diff --git a/.github/workflows/verify-streamlit.yml b/.github/workflows/verify-streamlit.yml index e59cc677a1..a62807ea33 100644 --- a/.github/workflows/verify-streamlit.yml +++ b/.github/workflows/verify-streamlit.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: - python-version: '3.10' + python-version: '3.14' cache: 'pip' - name: Build package using poetry run: |