From ee2c602c9a1a905e7e0e8a7f6f18fd442320aac7 Mon Sep 17 00:00:00 2001 From: Courtney Spratford Date: Fri, 13 Oct 2023 11:17:50 -0600 Subject: [PATCH] Removed python 3.6 from setup.py and circleci file --- .github/workflows/ci.yaml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e17f15d8..12446836 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: fail-fast: false matrix: db: [sqlite, postgres, mysql] - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9] django-version: [2.2] include: - db: sqlite diff --git a/setup.py b/setup.py index 3bbe9c88..6d282862 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,6 @@ def read(fname): 'Natural Language :: English', 'Programming Language :: JavaScript', 'Programming Language :: Python', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',