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 Jan 9, 2024
1 parent 08fc03e commit 231d8db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,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
1 change: 1 addition & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version History
Next version
============

* Add support for Django 4.1 and 4.2
* Add support for Python 3.8 to 3.12
* Drop support for Django 2.2 and 3.0, add support for Django 3.2

Expand Down
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 231d8db

Please sign in to comment.