From bb86a267b48eec33a450e2d5d28562e406865814 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Tue, 14 Jan 2025 16:30:55 +0100 Subject: [PATCH] fix some merge typo --- .github/workflows/unit_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 1f1c8e349..1ef063ca7 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -34,12 +34,12 @@ jobs: - os: windows-latest python-version: "3.11.11" - os: windows-latest - python-version: '3.10.13' + python-version: "3.10.16" include: - os: windows-latest python-version: "3.11.9" - os: windows-latest - python-version: '3.10.11' + python-version: "3.10.11" runs-on: ${{ matrix.os }} # Service containers to run with `runner-job` @@ -88,7 +88,7 @@ jobs: strategy: fail-fast: false matrix: - # Note: py310, py311 version chosen due to available arm64 darwin builds. + # Note: py310, py311 versions chosen due to available arm64 darwin builds. python-version: ["3.10.11", "3.11.9", "3.12.8", "3.13.1"] runs-on: macos-latest steps: