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 734ec4d commit ae29ce0Copy full SHA for ae29ce0
.github/workflows/main.yml
@@ -29,6 +29,11 @@ jobs:
29
- drf: djangorestframework
30
python-version: "3.10"
31
django-version: "Django<4.2,>=4.1" # must be different from django-version
32
+ - django-version: "Django<4.0,>=3.2"
33
+ python-version: 3.6
34
35
+ python-version: 3.7
36
+
37
steps:
38
- uses: actions/checkout@v3
39
- uses: actions/setup-python@v4
0 commit comments