Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop old Python and Django versions #220

Merged

Conversation

merwok
Copy link
Contributor

@merwok merwok commented Dec 1, 2022

fixes #176

README.md Show resolved Hide resolved
@merwok merwok force-pushed the feature/drop-supported-versions branch from 2b06f62 to 0d70393 Compare December 1, 2022 18:46
@merwok merwok marked this pull request as ready for review December 2, 2022 18:30
@codecov
Copy link

codecov bot commented Dec 2, 2022

Codecov Report

Base: 94.60% // Head: 94.78% // Increases project coverage by +0.18% 🎉

Coverage data is based on head (10d54fc) compared to base (333025f).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #220      +/-   ##
==========================================
+ Coverage   94.60%   94.78%   +0.18%     
==========================================
  Files          37       36       -1     
  Lines         426      403      -23     
==========================================
- Hits          403      382      -21     
+ Misses         23       21       -2     
Flag Coverage Δ
unittests 94.78% <100.00%> (+0.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
admin_interface/cache.py 100.00% <ø> (ø)
admin_interface/settings.py 68.75% <ø> (-25.70%) ⬇️
admin_interface/version.py 100.00% <ø> (ø)
admin_interface/admin.py 100.00% <100.00%> (ø)
admin_interface/apps.py 100.00% <100.00%> (ø)
...erface/migrations/0021_file_extension_validator.py 100.00% <100.00%> (ø)
admin_interface/models.py 100.00% <100.00%> (ø)
...min_interface/templatetags/admin_interface_tags.py 80.72% <100.00%> (+0.26%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

fabiocaccamo
fabiocaccamo previously approved these changes Dec 2, 2022
admin_interface/compat.py Outdated Show resolved Hide resolved
@fabiocaccamo fabiocaccamo merged commit d62593e into fabiocaccamo:master Dec 3, 2022
@merwok merwok deleted the feature/drop-supported-versions branch December 3, 2022 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop Python <= 3.7 and Django <= 2.1 support.
2 participants