Skip to content

Commit

Permalink
feat: merge patches from 3.10 branch so that 3.10 failures are gone
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Oct 5, 2021
1 parent f0d6d6f commit 7aea9ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.8, 3.9, ] # latest release minus two
python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10.0] # latest release minus three
requirements-file: [
django-2.2.txt,
django-3.0.txt,
Expand Down Expand Up @@ -111,7 +111,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.8, 3.9, ] # latest release minus two
python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10.0] # latest release minus three
requirements-file: [
requirements-file: [
django-2.2.txt,
django-3.0.txt,
Expand Down

0 comments on commit 7aea9ec

Please sign in to comment.