mfogel / django-timezone-field

A Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects.
BSD 2-Clause "Simplified" License
397 stars 95 forks source link

Python 3.13 support #144

Open mfogel opened 3 weeks ago

mfogel commented 3 weeks ago

Django support for 3.13 isn't officially going to land until 5.1.3 is released, expected Nov 5, 2024. https://docs.djangoproject.com/en/5.1/releases/5.1.3/

Blocking this PR until that lands.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.64%. Comparing base (189e0a6) to head (78af1fe).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #144 +/- ## ======================================= Coverage 98.64% 98.64% ======================================= Files 10 10 Lines 222 222 ======================================= Hits 219 219 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.