From c4402f9162baa560325797930c4fe75831419bdb Mon Sep 17 00:00:00 2001 From: Felix Oesterle Date: Wed, 23 Apr 2025 19:21:33 +0200 Subject: [PATCH] chore(github-actions): revert source dist python version to 3.11 --- .github/workflows/releaseWithManylinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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