summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMathieu Pillard <diox@users.noreply.github.com>2022-10-14 00:36:29 +0200
committerGitHub <noreply@github.com>2022-10-14 00:36:29 +0200
commit693616ab5d2c4dc2dfff396a2863efb2cc96dd09 (patch)
treeff33d7f3d1a74bb910fe9ee38ec909b804d8aaad /.github
parentff512ee0c4fdb30e48f5da882fb6a074533cf42f (diff)
downloaddjango-compressor-693616ab5d2c4dc2dfff396a2863efb2cc96dd09.tar.gz
Drop Python 3.6 support (#1148)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d170520..519ba37 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,8 +13,6 @@ jobs:
fail-fast: false
matrix:
versions:
- - python: 3.6
- toxenv: py36-2.2.X
- python: 3.7
toxenv: py37-2.2.X
- python: 3.8
@@ -22,8 +20,6 @@ jobs:
- python: 3.9
toxenv: py39-2.2.X
- - python: 3.6
- toxenv: py36-3.1.X
- python: 3.7
toxenv: py37-3.1.X
- python: 3.8
@@ -31,8 +27,6 @@ jobs:
- 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