From 56839413fafb5f47f964d1cd6254da89db16a328 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 18 Oct 2023 14:58:19 +1000 Subject: [PATCH] Remove testing with Python 3.6 (not supported) --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 563a9a02..26fdee44 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3