Skip to content

Commit 299fa8a

Browse files
committed
Added Py3.7 and djangorestframework-simplejwt
1 parent 9e34007 commit 299fa8a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/run_tox.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: |
21+
3.7
2122
3.8
2223
3.9
2324
3.10

requirements_test.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
coverage
22
tox
33
djangorestframework
4+
djangorestframework-simplejwt
45
drf-spectacular
6+

0 commit comments

Comments
 (0)