From 90837bb6cbb0cafdb1b44e3ba79ed0a56a994f4f Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 23 Sep 2021 09:42:17 +0200 Subject: [PATCH] Stopped testing against Django 3.0. Django 3.0 was end-of-life in 4/21. --- .github/workflows/ci.yml | 9 --------- tox.ini | 2 -- 2 files changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e72695b..f5e1447f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,15 +24,6 @@ jobs: - python: 3.9 toxenv: py39-2.2.X - - python: 3.6 - toxenv: py36-3.0.X - - python: 3.7 - toxenv: py37-3.0.X - - python: 3.8 - toxenv: py38-3.0.X - - python: 3.9 - toxenv: py39-3.0.X - - python: 3.6 toxenv: py36-3.1.X - python: 3.7 diff --git a/tox.ini b/tox.ini index 5921de20..66a3d4a0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] envlist = {py35,py36,py37,py38,py39}-2.2.X - {py36,py37,py38,py39}-3.0.X {py36,py37,py38,py39}-3.1.X {py36,py37,py38,py39}-3.2.X [testenv] @@ -20,7 +19,6 @@ commands = make test deps = 2.2.X: Django>=2.2,<2.3 - 3.0.X: Django>=3.0,<3.1 3.1.X: Django>=3.1,<3.2 3.2.X: Django>=3.2,<4.0 -r{toxinidir}/requirements/tests.txt