Skip to content

Commit

Permalink
ci: Test against django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Jun 24, 2024
1 parent c8af44a commit f1a5453
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
requirements-file: [
django-4.2.txt,
django-5.0.txt,
django-5.1.txt,
django-main.txt,
]
custom-image-model: [false, true]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


REQUIREMENTS = [
'django>=3.2,<5.1',
'django>=3.2',
'django-polymorphic',
'easy-thumbnails[svg]',
]
Expand Down
4 changes: 4 additions & 0 deletions tests/requirements/django-5.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-r base.txt

django>=5.1a1,<5.2
django_polymorphic>=3.1

0 comments on commit f1a5453

Please sign in to comment.