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

Add Django 5.0 support #139

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Add Django 5.0 support #139

merged 1 commit into from
Nov 3, 2023

Conversation

adamchainz
Copy link
Contributor

@adamchainz adamchainz commented Oct 25, 2023

Copied what to change from #127.

I found no new warnings when running locally.

Comment on lines +13 to +24
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- 'pypy-3.10'
django-version:
- '3.2'
- '4.1'
- '4.2'
- '5.0'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking out like this reduces diff noise

Django 2.2 and 4.0 were left on the grid accidentally since d5ad2ac removed support. I dropped them, and the below exclude rules relating to them.

@codecov
Copy link

codecov bot commented Oct 25, 2023

Codecov Report

Merging #139 (1a41709) into master (5599143) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #139   +/-   ##
=======================================
  Coverage   89.85%   89.85%           
=======================================
  Files           2        2           
  Lines         138      138           
  Branches       48       48           
=======================================
  Hits          124      124           
  Misses          9        9           
  Partials        5        5           

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

@georgek
Copy link
Contributor

georgek commented Nov 3, 2023

LGTM!

@georgek georgek merged commit 19e64a2 into jazzband:master Nov 3, 2023
25 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.

2 participants