sphinx-doc / sphinxcontrib-django

This is a sphinx extension which improves the documentation of Django apps.
https://pypi.org/project/sphinxcontrib-django/
Apache License 2.0
43 stars 25 forks source link

Run the tests on Django v5.0 #66

Closed cclauss closed 7 months ago

cclauss commented 7 months ago

Short description

Drop tests on Django v4.1 and add tests on Django v5.0 which drops support for Python < 3.10.

Also, % black . # to format files for black stable style 2024. This adds one blank line to nine Python files. 😃

Proposed changes

Resolved issues

Fixes: #

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (f4dfbbd) to head (7e28979).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #66 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 10 10 Lines 328 328 ========================================= Hits 328 328 ```

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