From 41b77a3eabc56fd995e330a78441b29ffae8d3f5 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Wed, 15 May 2024 14:49:37 +0100 Subject: [PATCH] allow-prereleases: ${{ matrix.python-version == 3.13 }} --- .github/workflows/python_actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index a59b57894..2afcbb0e5 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -40,7 +40,6 @@ jobs: - runner: ubuntu-latest python-version: "3.13" checks: 'tests' - allow-prereleases: true - runner: ubuntu-latest python-version: "3.11" @@ -79,7 +78,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - allow-prereleases: ${{ matrix.allow-prereleases }} + allow-prereleases: ${{ matrix.python-version == 3.13 }} - name: Checkout uses: actions/checkout@v4