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

Updated test matrix -- Django Dev dropped support for Python3.6 and 3.7 #800

Merged
merged 1 commit into from
Feb 20, 2021

Conversation

smithdc1
Copy link
Contributor

Updated test matrix -- Django Dev dropped support for Python3.6 and 3.7

Description

Django's master branch has now dropped support for Python 3.6 and 3.7. Djang 3.2 will be the last version to support these Python versions.

Related Issue

#799

Motivation and Context

How Has This Been Tested?

I've tested this on my own fork and have seen the github action tests now passing with this patch.
I've not updated the changelog as I've not actually changed anything that would be included in the release. I think this will come when Django 4.0 support is released (some time yet!)

Types of changes

  • [ x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [ x ] I have run the make format command to format my code
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • [ x ] I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • [ x ] I have added my name and/or github handle to AUTHORS.rst
  • I have added my change to CHANGES.rst
  • [ x ] All new and existing tests passed.

@codecov
Copy link

codecov bot commented Feb 20, 2021

Codecov Report

Merging #800 (16888b9) into master (e8b9ce0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #800   +/-   ##
=======================================
  Coverage   97.47%   97.47%           
=======================================
  Files          18       18           
  Lines         992      992           
  Branches      151      151           
=======================================
  Hits          967      967           
  Misses         12       12           
  Partials       13       13           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8b9ce0...16888b9. Read the comment docs.

Copy link
Collaborator

@ThePumpingLemma ThePumpingLemma left a comment

Choose a reason for hiding this comment

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

Nice!

@ThePumpingLemma ThePumpingLemma merged commit 4d71615 into jazzband:master Feb 20, 2021
@smithdc1 smithdc1 deleted the python-versions branch February 20, 2021 17:01
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.

2 participants