diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index 56b0f8ea..8a926afc 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -10,13 +10,13 @@ jobs: needs: buildAssets runs-on: ubuntu-latest env: - PYTHON_VERSION: "3.13" + PYTHON_VERSION: "3.11" LINUX_TAG: "manylinux_2_28_x86_64" steps: - name: Python Setup uses: actions/setup-python@v5 with: - python-version: "3.13" + python-version: "3.11" architecture: x64 - name: Install Packages (pip)