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 658d548 commit 38e6c7bCopy full SHA for 38e6c7b
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
python-version: [ "3.7", "3.8", "3.9", "3.10"]
15
- django-version: [ "3.0", "3.1", "3.2","4.0", "4.2", "5.0"]
+ django-version: [ "30", "31", "32","40", "42", "50"]
16
steps:
17
- uses: actions/checkout@v2
18
0 commit comments