Skip to content

Commit

Permalink
setup: add support for Django 4.1 and 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandre35 committed Dec 20, 2023
1 parent 900c211 commit 27fc487
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ python:
env:
matrix:
- DJANGO_VERSION=3.2
- DJANGO_VERSION=4.1
- DJANGO_VERSION=4.2
install:
- pip install coverage # coverage>=4 has issues with python3
- pip install -q Django==$DJANGO_VERSION coveralls
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django<3.3
Django<4.3
django_testproject
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
classifiers=[
"Development Status :: 4 - Beta",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 27fc487

Please sign in to comment.