diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ec610d6b..1c5bfb61 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -232,10 +232,10 @@ jobs: submodules: 'recursive' fetch-depth: 0 - - name: Set up Python 3.9 + - name: Set up Python 3.13 uses: actions/setup-python@v5 with: - python-version: '3.9' + python-version: '3.13' cache: 'pip' - name: Install Python dependencies