diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 22ac783e..ab63c42f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index e8afe1de..3a2ead6b 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,8 @@ skipsdist = False usedevelop = true envlist = - py{36,37,38,39}-dj{22,32} - py{38,39,310,311}-dj{40,405,42} + py{37,38,39}-dj{22,32} + py{38,39}-dj{40,405} flake8 [gh-actions]