From 4cef476fa1c6ede3c7f6cf1c406acb943a58e66f Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 3 Oct 2024 09:04:27 -0400 Subject: [PATCH] actions: allow pre-release python --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 711b9d6..ef99741 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,6 +102,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} + allow-prereleases: true - name: Set env variables for test if: matrix.goal == 'test'