Skip to content

Commit

Permalink
remove Py3.6 testing, remove Py3.7 testing when using Django 4+
Browse files Browse the repository at this point in the history
  • Loading branch information
aleontiev committed Jan 5, 2023
1 parent 29cab4b commit 69d3a52
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,28 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10"]
dj-version: ["2.2.*", "3.0.*", "3.1.*", "3.2.*", "4.0.*", "4.1.*"]
drf-version: ["3.11.*", "3.12.*", "3.13.*"]
exclude:
- python-version: 3.7
dj-version: '4.0.*'
drf-version: '3.11.*'
- python-version: 3.7
dj-version: '4.0.*'
drf-version: '3.12.*'
- python-version: 3.7
dj-version: '4.0.*'
drf-version: '3.13.*'
- python-version: 3.7
dj-version: '4.1.*'
drf-version: '3.11.*'
- python-version: 3.7
dj-version: '4.1.*'
drf-version: '3.12.*'
- python-version: 3.7
dj-version: '4.1.*'
drf-version: '3.13.*'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 69d3a52

Please sign in to comment.