From 953a92e7d031768684b35c15a3d496daee1ffd93 Mon Sep 17 00:00:00 2001 From: Scott Gigante Date: Fri, 1 Dec 2023 18:41:04 -0500 Subject: [PATCH] Remove python 2.7 from CI setup-python no longer supports Python 2.7, and as a result CI is failing on all branches. See https://github.com/actions/setup-python/issues/672 --- .github/workflows/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b840559..0243fb0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,11 +39,6 @@ jobs: fail-fast: false matrix: tox_env: - - "py27-django18" - - "py27-django19" - - "py27-django110" - - "py27-django111" - - "py35-django18" - "py35-django19" - "py35-django110"