Skip to content

Commit

Permalink
[deps] Added support for Django 4.1 and 4.2
Browse files Browse the repository at this point in the history
- Added support for Python 3.10
- Dropped support for Python 3.7
  • Loading branch information
pandafy committed Jun 14, 2023
1 parent 881c282 commit b59d591
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
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.

0 comments on commit b59d591

Please sign in to comment.