diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4901ce41..c8371978 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: - name: 🐍 - Set up Python 3.8 uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.10' - name: ⚙️ - Configure sysctl limits run: | sudo swapoff -a diff --git a/requirements.txt b/requirements.txt index 54647d1f..037de37c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -# remember to check the version is compatible with python 3.8 -Django==4.2.19 +# Python 3.10 +Django==5.2 djangorestframework==3.15.2 PyYAML==6.0 jsonfield2==4.0.0.post0 @@ -9,3 +9,5 @@ gunicorn==22.0.0 django-redis==5.4.0 redis==5.0.4 requests==2.32.3 + +