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.
2 parents 5db7b4b + b04c812 commit 8b09441Copy full SHA for 8b09441
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- python-version: ["3.8","3.9"]
+ python-version: ["3.8","3.9","3.10"]
11
os: [ubuntu-latest, windows-latest]
12
13
steps:
requirements.txt
@@ -1,7 +1,7 @@
1
forbiddenfruit==0.1.4
2
-djangorestframework==3.12.4
+djangorestframework>=3.12.4
3
pyyaml>=5.3.1,<5.4
4
uritemplate==4.1.1
5
djangorestframework-simplejwt==5.2.0
6
pytz==2022.1
-django<4.0,>=3.2.5
+django<5.0,>=3.2.5
0 commit comments