Skip to content

Commit 404514e

Browse files
committed
#148 - try to fix tests
1 parent cb186bc commit 404514e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tox.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
os: [ubuntu-latest] # [macos-latest, ubuntu-latest, windows-latest]
4545
python-version: ['3.8', '3.9', '3.10']
4646
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.*"
47+
# exclude:
48+
# # Django 4.0 no longer supports python 3.7
49+
# - python-version: 3.7
50+
# django-version: "==4.0.*"
5151

5252
runs-on: ${{ matrix.os }}
5353

0 commit comments

Comments
 (0)