We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb186bc commit 404514eCopy full SHA for 404514e
.github/workflows/tox.yml
@@ -44,10 +44,10 @@ jobs:
44
os: [ubuntu-latest] # [macos-latest, ubuntu-latest, windows-latest]
45
python-version: ['3.8', '3.9', '3.10']
46
django-version: ["==3.2.*", "==4.0.*", "==4.1.*"]
47
- exclude:
48
- # Django 4.0 no longer supports python 3.7
49
- - python-version: 3.7
50
- django-version: "==4.0.*"
+ # exclude:
+ # # Django 4.0 no longer supports python 3.7
+ # - python-version: 3.7
+ # django-version: "==4.0.*"
51
52
runs-on: ${{ matrix.os }}
53
0 commit comments