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

Drop Python 2.7 and Django 1.11 support #23

Merged
merged 1 commit into from
Nov 30, 2019
Merged

Conversation

moggers87
Copy link
Owner

  • Stop testing against Python 2.7 and Django 1.11
  • Remove six
  • Remove Python 2 from trove classifiers

Fixes #17

@codecov
Copy link

codecov bot commented Nov 30, 2019

Codecov Report

Merging #23 into master will decrease coverage by 1.24%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
- Coverage   66.89%   65.64%   -1.25%     
==========================================
  Files           7        7              
  Lines         145      131      -14     
  Branches       22       19       -3     
==========================================
- Hits           97       86      -11     
+ Misses         43       40       -3     
  Partials        5        5
Impacted Files Coverage Δ
sendfile/backends/simple.py 0% <0%> (ø) ⬆️
sendfile/__init__.py 91.66% <100%> (-0.4%) ⬇️
sendfile/backends/xsendfile.py 100% <100%> (ø) ⬆️
sendfile/backends/_internalredirect.py 100% <100%> (ø) ⬆️

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 ede4317...b4035aa. Read the comment docs.

* Stop testing against Python 2.7 and Django 1.11
* Remove six
* Remove Python 2 from trove classifiers
* Remove Python 2 specific imports and code

Fixes #17
@moggers87 moggers87 merged commit aae78df into master Nov 30, 2019
@moggers87 moggers87 deleted the 17-drop-python2 branch November 30, 2019 18:39
moggers87 added a commit that referenced this pull request Nov 30, 2019
* Stop testing against Python 2.7 and Django 1.11
* Remove six
* Remove Python 2 from trove classifiers
* Remove Python 2 specific imports and code

Fixes #17
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.

Drop Python 2.7 and Django 1.11 support
1 participant