Skip to content

Commit a20aedf

Browse files
committed
coverage measure on django>=5
1 parent ec07633 commit a20aedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: 3.9
17+
python-version: '3.10'
1818
- name: Install Flit
19-
run: pip install flit
19+
run: pip install flit "django>=5.0"
2020
- name: Install Dependencies
2121
run: flit install --symlink
2222
- name: Test

0 commit comments

Comments
 (0)