Skip to content

Commit

Permalink
Added comments on why python 3.6 and 3.7 are not tested with django 4…
Browse files Browse the repository at this point in the history
… in CI
  • Loading branch information
WisdomPill committed Dec 21, 2021
1 parent 073a2b9 commit cb26c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
redis-version: 'master'
python-version: '3.10'

# exclude python 3.6 and 3.7 for django 4.x
# exclude python 3.6 and 3.7 for django 4.x as they are not supported see https://docs.djangoproject.com/en/dev/releases/4.0/#python-compatibility
exclude:
- django-version: '4.0'
python-version: '3.6'
Expand Down

0 comments on commit cb26c50

Please sign in to comment.