diff --git a/.github/workflows/ci_uint_tests.yaml b/.github/workflows/ci_uint_tests.yaml index b72985141c..690feb923a 100644 --- a/.github/workflows/ci_uint_tests.yaml +++ b/.github/workflows/ci_uint_tests.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.10+ + python-version: 3.13.0 - name: Install dependencies run: |