jazzband / django-configurations

A helper for organizing Django project settings by relying on well established programming patterns.
https://django-configurations.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.09k stars 145 forks source link

Fix #368 -- Update Python and Django versions #369

Closed pauloxnet closed 11 months ago

pauloxnet commented 11 months ago

Ref #368

codecov[bot] commented 11 months ago

Codecov Report

Merging #369 (df2a7f1) into master (27f67a5) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #369      +/-   ##
==========================================
+ Coverage   89.93%   89.96%   +0.03%     
==========================================
  Files          25       25              
  Lines        1202     1196       -6     
  Branches      188      216      +28     
==========================================
- Hits         1081     1076       -5     
+ Misses         89       88       -1     
  Partials       32       32              
Files Coverage Δ
configurations/version.py 60.00% <100.00%> (-15.00%) :arrow_down:
tests/settings/main.py 94.73% <ø> (+4.49%) :arrow_up:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

washeck commented 11 months ago

@jezdez @gump Can you please review/merge this PR? New django-configurations release is needed for people upgrading to Python 3.12. Thanks.