From ad4e7bd7754eb030e3b119866aa58c3483d6268d Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 1 Jan 2025 16:34:35 -0800 Subject: [PATCH] Add 2025.1.0b5 to testing (#1154) --- .github/workflows/pytest.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 411cfdd5..098a33af 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -49,7 +49,9 @@ jobs: - python-version: "3.12" core-version: "2024.11.3" - python-version: "3.12" - core-version: "2024.12.0" + core-version: "2024.12.5" + - python-version: "3.12" + core-version: "2025.1.0b5" - python-version: "3.13" core-version: "dev" steps: