diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index 198f1cdb..8684dbd5 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11"] + python-version: ["3.13"] name: publish steps: - name: Check out source repository