Skip to content

Commit

Permalink
Merge pull request #197 from iliadmitriev/django-5.0
Browse files Browse the repository at this point in the history
update python versions 3.10-3.12
  • Loading branch information
iliadmitriev authored Dec 13, 2023
2 parents 03c6475 + d321a27 commit bd8a93d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

JWT auth service built using Django, Simple JWT, DRF

Minimal Python version `3.10`

# install

1. install python3 and create virtual env
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asgiref==3.7.2
attrs==23.1.0
coverage==7.3.2
Django==4.2.7
Django==5.0
djangorestframework==3.14.0
djangorestframework-simplejwt==5.3.1
drf-spectacular==0.27.0
Expand Down

0 comments on commit bd8a93d

Please sign in to comment.