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

Django 4.2 preparation #869

Merged
merged 14 commits into from
Oct 24, 2023
Merged

Django 4.2 preparation #869

merged 14 commits into from
Oct 24, 2023

Conversation

rtpg
Copy link
Contributor

@rtpg rtpg commented Sep 20, 2023

This makes some changes that get rid of deprecation warnings. Thanks to #862 for some initial exploratory work on this topic.

This removes Python 3.7 support as well as Django 3.2 support. The work here also preps for Django 5.0 properly speaking, but we won't label it as such until 5.0 is official

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #869 (60064a7) into master (16db42e) will decrease coverage by 1.99%.
Report is 1 commits behind head on master.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #869      +/-   ##
==========================================
- Coverage   93.48%   91.49%   -1.99%     
==========================================
  Files           9        9              
  Lines         737      741       +4     
  Branches      132      133       +1     
==========================================
- Hits          689      678      -11     
- Misses         31       41      +10     
- Partials       17       22       +5     
Files Changed Coverage Δ
taggit/managers.py 92.34% <33.33%> (-3.92%) ⬇️
taggit/models.py 98.29% <100.00%> (ø)

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

@rtpg rtpg merged commit 7feee51 into master Oct 24, 2023
8 of 10 checks passed
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.

1 participant