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: |