Skip to content

Commit

Permalink
fix: Django 4 required
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Sep 11, 2023
1 parent a39f401 commit 213b469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
django-version:
- '3.2'
- '4.0'
- '4.2'
- 'master'

steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django>=3.2.20,<5.0
django>=4.2.5,<5.0
git+https://github.com/UniversitaDellaCalabria/django-auto-serializer@dev
django-filter
django-nested-admin>=3.3.2
Expand Down

0 comments on commit 213b469

Please sign in to comment.