From e591c1fb67008c86d54002d7451cc904c315e257 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 8 Feb 2022 12:41:09 -0600 Subject: [PATCH] Drop tests (but not compatibility) for python 3.6 due to test dependency issues Main dependencies aren't affected, so we'll retain package support for 3.6 for now, just without automated tests. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c550d3..c97438d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9, '3.10'] + python-version: [3.7, 3.8, 3.9, '3.10'] steps: - uses: actions/checkout@v2