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.0 and Django 4.2.0 #149

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

pandafy
Copy link
Member

@pandafy pandafy commented Jun 14, 2023

  • Dropped support for Python 3.7
  • Dropped support for Django 4.0
  • Bumped openpyxl~=3.1.2

openwisp-utils[rest] @ https://github.com/openwisp/openwisp-utils/tarball/master
django>=3.0.0,<4.1.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the Django dependency to make it consistent with other OpenWISP modules.

@@ -12,6 +12,3 @@ def get_version():
if VERSION[3] != 'final':
version = '%s %s' % (version, VERSION[3])
return version


default_app_config = 'openwisp_ipam.apps.OpenWispIpamConfig'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1 +1 @@
default_app_config = 'openwisp2.sample_users.apps.SampleUsersConfig'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines -1 to -2
coveralls
django-extensions>=2.0.7
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coveralls is installed by openwisp-utils[qa]
django-extensions is installed by openwisp-users

- Dropped support for Python 3.7
- Dropped support for Django 4.0
- Bumped openpyxl~=3.1.2
@coveralls
Copy link

coveralls commented Jun 14, 2023

Coverage Status

coverage: 99.855%. remained the same when pulling 3246d75 on django-4.2 into 3df59dd on master.

@nemesifier nemesifier merged commit 886fab9 into master Jun 19, 2023
12 checks passed
@nemesifier nemesifier deleted the django-4.2 branch June 19, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants