Skip to content

Commit

Permalink
Branch has no django 3 support yet as we still have python 2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed May 17, 2021
1 parent 6621045 commit f58c214
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
python-version: [ 3.7, 3.8, 3.9] # latest release minus two
requirements-file: [
django-2.2.txt,
django-3.1.txt,
django-3.2.txt,
# django-3.1.txt,
# django-3.2.txt,
]
os: [
ubuntu-20.04,
Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
python-version: [ 3.7, 3.8, 3.9] # latest release minus two
requirements-file: [
django-2.2.txt,
django-3.1.txt,
django-3.2.txt,
# django-3.1.txt,
# django-3.2.txt,
]
os: [
ubuntu-20.04,
Expand Down

0 comments on commit f58c214

Please sign in to comment.