jazzband / django-recurrence

Utility for working with recurring dates in Django.
https://django-recurrence.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
489 stars 190 forks source link

Update supported python versions. #220

Closed viveksudani closed 2 years ago

viveksudani commented 2 years ago

This Package seems working fine on python 3.8 and Django 3.1.

lino commented 2 years ago

Actually we support even more. Have a look at the tox.ini

lino commented 2 years ago

I have updated the documentation even more to match the versions we're currently testing.

Thank you for your contribution!

codecov[bot] commented 2 years ago

Codecov Report

Merging #220 (31689c3) into master (2308401) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #220   +/-   ##
=======================================
  Coverage   80.79%   80.79%           
=======================================
  Files          12       12           
  Lines         781      781           
  Branches      238      238           
=======================================
  Hits          631      631           
  Misses        120      120           
  Partials       30       30           

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 2308401...31689c3. Read the comment docs.