From 284750de5c2c8f0915742f41a8d7a9bd157686c4 Mon Sep 17 00:00:00 2001 From: Alexander Druz Date: Wed, 13 Nov 2024 16:22:53 +0100 Subject: [PATCH] Use Python 3.10 as the main target for integration tests --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4202f4f9..b896d9c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,16 +124,16 @@ jobs: python-version: [3.8, 3.9, 3.10, 3.11, 3.12] include: - os: windows-latest - python-version: 3.8 + python-version: 3.10 - os: macos-latest - python-version: 3.8 + python-version: 3.10 - name: '🧱 Build test matrix for development branch' if: env.MATRIX == '' uses: druzsan/setup-matrix@v2 with: matrix: | - os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.8, 3.9, 3.10, 3.11, 3.12] + os: [ubuntu-latest] + python-version: [3.10] - name: Print matrix run: echo "$MATRIX" | yq -P '{"matrix":.}' - name: Set output