From 9e9aa9cf3b1c3343cbb79792fbb511cd2475d57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 04:02:59 +0000 Subject: [PATCH 1/3] Bump django from 4.2.7 to 5.0 Bumps [django](https://github.com/django/django) from 4.2.7 to 5.0. - [Commits](https://github.com/django/django/compare/4.2.7...5.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0be7511..94dfe8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.26.5 From 177febb1626faf14680d998d091bf1f0f5391de7 Mon Sep 17 00:00:00 2001 From: Ilia Dmitriev Date: Wed, 13 Dec 2023 07:05:56 +0300 Subject: [PATCH 2/3] update python versions 3.10-3.12 django 5.0 with update python versions 3.10-3.12 + django 5.0 dropped 3.8 and 3.9 support --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 0508d41..42085d1 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 From d321a27f4799183732c8dc208f105de61f916efa Mon Sep 17 00:00:00 2001 From: Ilia Dmitriev Date: Wed, 13 Dec 2023 07:12:53 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e8b43a..5e4107d 100644 --- a/README.md +++ b/README.md @@ -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