Skip to content

Commit

Permalink
Remove Django 2.2 as it was before
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Dec 20, 2023
1 parent 95348ea commit 1e10963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12']
requirements-file: [
django-2.2.txt,
django-3.2.txt,
django-4.0.txt,
django-4.1.txt,
Expand Down Expand Up @@ -73,7 +72,6 @@ jobs:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12']
requirements-file: [
django-2.2.txt,
django-3.2.txt,
django-4.0.txt,
django-4.1.txt,
Expand Down Expand Up @@ -132,7 +130,6 @@ jobs:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12']
requirements-file: [
django-2.2.txt,
django-3.2.txt,
django-4.0.txt,
django-4.1.txt,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


REQUIREMENTS = [
'Django>=2.2',
'Django>=3.2',
'django-classy-tags>=0.7.2',
'django-formtools>=2.1',
'django-treebeard>=4.3',
Expand Down

0 comments on commit 1e10963

Please sign in to comment.