diff --git a/.github/workflows/releaseWithManylinux.yml b/.github/workflows/releaseWithManylinux.yml index 0f6765c4c..e54b02211 100644 --- a/.github/workflows/releaseWithManylinux.yml +++ b/.github/workflows/releaseWithManylinux.yml @@ -53,7 +53,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.12 + python-version: 3.11 - name: Install dependencies run: | python -m pip install --upgrade pip