summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMathieu Pillard <diox@users.noreply.github.com>2021-04-12 22:23:41 +0200
committerGitHub <noreply@github.com>2021-04-12 22:23:41 +0200
commita56d95e703d53336d1fe4974c745f3b01297229f (patch)
tree813d3980225f91f41b145ec41dc515ebb3511d3d /.github
parent34d1561f5079bee9c8ca7e9f980ce40606cdc1d8 (diff)
parent65a16102cc5d4b27a7200f48728315138b10f153 (diff)
downloaddjango-compressor-a56d95e703d53336d1fe4974c745f3b01297229f.tar.gz
Merge pull request #1048 from browniebroke/update-supported-versions
Update Django/Python support
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml31
1 files changed, 23 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 165ff13..5e72695 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,14 +14,6 @@ jobs:
matrix:
versions:
- python: 3.5
- toxenv: py35-1.11.X
- - python: 3.6
- toxenv: py36-1.11.X
- - python: 3.7
- toxenv: py37-1.11.X
- - python: 3.8
- toxenv: py38-1.11.X
- - python: 3.5
toxenv: py35-2.2.X
- python: 3.6
toxenv: py36-2.2.X
@@ -29,12 +21,35 @@ jobs:
toxenv: py37-2.2.X
- python: 3.8
toxenv: py38-2.2.X
+ - 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
+ toxenv: py37-3.1.X
+ - python: 3.8
+ toxenv: py38-3.1.X
+ - python: 3.9
+ toxenv: py39-3.1.X
+
+ - python: 3.6
+ toxenv: py36-3.2.X
+ - python: 3.7
+ toxenv: py37-3.2.X
+ - python: 3.8
+ toxenv: py38-3.2.X
+ - python: 3.9
+ toxenv: py39-3.2.X
runs-on: ubuntu-latest
steps: