From 295ba36db1bd082fc9188a28f36544c48c5b86bf Mon Sep 17 00:00:00 2001 From: Adam Farquhar Date: Wed, 11 Sep 2024 13:26:26 +0100 Subject: [PATCH] Update test-pr.yml - Removed Python 3.6 and 3.7 from the matrix. --- .github/workflows/test-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index 4c12961..beccf52 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3