Skip to content

Commit 8b09441

Browse files
authored
Merge pull request #22 from Mng-dev-ai/add-support-for-django-4
Add support for django 4
2 parents 5db7b4b + b04c812 commit 8b09441

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
python-version: ["3.8","3.9"]
10+
python-version: ["3.8","3.9","3.10"]
1111
os: [ubuntu-latest, windows-latest]
1212

1313
steps:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
forbiddenfruit==0.1.4
2-
djangorestframework==3.12.4
2+
djangorestframework>=3.12.4
33
pyyaml>=5.3.1,<5.4
44
uritemplate==4.1.1
55
djangorestframework-simplejwt==5.2.0
66
pytz==2022.1
7-
django<4.0,>=3.2.5
7+
django<5.0,>=3.2.5

0 commit comments

Comments
 (0)