Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,3 +9,5 @@ gunicorn==22.0.0
django-redis==5.4.0
redis==5.0.4
requests==2.32.3