We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073a2b9 commit cb26c50Copy full SHA for cb26c50
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
redis-version: 'master'
46
python-version: '3.10'
47
48
- # 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
49
exclude:
50
- django-version: '4.0'
51
python-version: '3.6'
0 commit comments