Skip to content

Commit 9b98db7

Browse files
author
anthonyp97
committed
update github workflow to use django 4.2
1 parent 8284fe1 commit 9b98db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
python-version: [ "3.7", "3.8", "3.9", "3.10" ]
23-
django-version: [ "3.2" ]
23+
django-version: [ "4.2" ]
2424
steps:
2525
# Checks-out the repository.
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)