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

Add Django 4.0 support, drop Python 3.6 and Django 3.1 #208

Merged
merged 8 commits into from
Dec 7, 2021
Merged

Conversation

Andrew-Chen-Wang
Copy link
Collaborator

Description

Add support for Django 4.0, drop support for Python 3.6 as it's near its EOL. Finally, dropping Django 3.1.

Fixes #207

Rationale

Python 3.6 isn't even supported for Django 4.0 (note, Django 4.0 uses the walrus operator!). Also, Python versions typically don't have an effect on cachalot. Django 3.1 -> Django 3.2 support has been a wild ride in the open-source community, but it seems stable now.

* runtests_urls.py had an issue from using pre-Django 2.2 import of urls
* tox.ini forgot to remove 3.7 from Django 4.0 env
@coveralls
Copy link

coveralls commented Dec 7, 2021

Pull Request Test Coverage Report for Build 1551681267

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.997%

Totals Coverage Status
Change from base Build 1418282078: 0.0%
Covered Lines: 646
Relevant Lines: 666

💛 - Coveralls

@Andrew-Chen-Wang Andrew-Chen-Wang merged commit f1087da into master Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Django 4.0 Support
2 participants