From 7a6b0a5a57b70b60da61dacbbe0fc18fe8f5253a Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Fri, 9 Dec 2022 16:04:27 -0700 Subject: [PATCH 1/2] ci: drop python 3.6 from test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8737344da1..9edf9e8290 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: max-parallel: 15 matrix: node: [14.x, 16.x, 18.x] - python: ["3.6", "3.8", "3.10", "3.11"] + python: ["3.8", "3.10", "3.11"] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: From b30223fc0e327e5f71401af66bacda16ea35042a Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Sat, 10 Dec 2022 13:22:30 -0700 Subject: [PATCH 2/2] Update .github/workflows/tests.yml Co-authored-by: Christian Clauss --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9edf9e8290..8f34d4e11f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: max-parallel: 15 matrix: node: [14.x, 16.x, 18.x] - python: ["3.8", "3.10", "3.11"] + python: ["3.7", "3.9", "3.11"] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: