jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
364 stars 58 forks source link

Enforce minimum Python version #199

Closed johnthagen closed 1 year ago

johnthagen commented 1 year ago

This helps pip do version resolution based on the current version of Python running when django-downloadview is requested to be installed.

codecov[bot] commented 1 year ago

Codecov Report

Merging #199 (dd2e148) into master (64e3682) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #199   +/-   ##
=======================================
  Coverage   85.52%   85.52%           
=======================================
  Files          72       72           
  Lines        1313     1313           
=======================================
  Hits         1123     1123           
  Misses        190      190           
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more