diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 953cd6c07..2d1df9a05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -365,7 +365,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.11" - name: Cache_dependencies uses: actions/cache@v3