From a3897318e047085b940f55a4f10a46a6c39c0d57 Mon Sep 17 00:00:00 2001 From: Clifton Barnes Date: Thu, 5 Jan 2023 15:42:01 -0500 Subject: [PATCH] Fix tests with older python versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e87a654..29cbacd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.7', '3.8', '3.9', '3.10' ] django-version: [ '1.11', '2.0', '2.1', '2.2', '3.0', '3.1', '3.2' ] steps: - name: Check out code