Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps] Added support for Django 4.1 and 4.2 #21

Merged
merged 2 commits into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.8"
- "3.9"
- "3.10"
django-version:
- django~=3.1.0
- django~=3.2.0
include:
- django-version: django~=4.0.0
python-version: 3.9
- django-version: django~=4.0.0
python-version: 3.8
- django~=4.1.0
- django~=4.2.0

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a flat JSON object made of simple keys and values**.
Compatibility
-------------

Tested on python >= 3.7 and Django >= 3.0.
Tested on python >= 3.8 and Django 3.2, 4.1 and 4.2.

It should work also on previous versions of Django.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'test': [
'openwisp-utils[qa] @ '
'https://github.com/openwisp/openwisp-utils/tarball/master',
'django-extensions~=3.1.0',
'django-extensions~=3.2.0',
]
},
classifiers=[
Expand Down
Empty file added tests/test_app/__init__.py
Empty file.
Loading