From a713e310490c355676554d41690b91ed8355a377 Mon Sep 17 00:00:00 2001 From: Justin Mahlik Date: Mon, 30 Oct 2023 16:55:25 -0500 Subject: [PATCH] Drop tests for python 3.6, it is EOL and not available in ci --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8750100..1d40eaf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,6 @@ jobs: strategy: matrix: python-version: - - '3.6' - '3.7' - '3.8' - '3.9'