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 and Python 3.12 to test matrix #204

Merged
merged 5 commits into from
May 7, 2024

Conversation

mgrdcm
Copy link
Member

@mgrdcm mgrdcm commented May 7, 2024

The fix in #201 is required for Python 3.12 so wanted to add testing to cover that, and adding Django 5.0 support at the same time.

Should probably remove support for unsupported Django and Python versions, but that might require a breaking change version bump. Hoping we can get a release out soon that has the #201 change in it, and then remove support?

@mgrdcm mgrdcm changed the title Add Django 5.0 and Python 3.12 to tox test matrix Add Django 5.0 and Python 3.12 to test matrix May 7, 2024
Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.65%. Comparing base (a15a446) to head (a436b2e).

❗ Current head a436b2e differs from pull request most recent head 96bae53. Consider uploading reports for the commit 96bae53 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #204      +/-   ##
==========================================
- Coverage   98.95%   98.65%   -0.30%     
==========================================
  Files          16       16              
  Lines         671      671              
  Branches       67       66       -1     
==========================================
- Hits          664      662       -2     
- Misses          4        5       +1     
- Partials        3        4       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mgrdcm mgrdcm requested a review from aleksihakli May 7, 2024 04:28
Copy link
Member

@aleksihakli aleksihakli left a comment

Choose a reason for hiding this comment

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

Looks good, should tox.ini be updated to include dj50 in the matrix as well?

tox.ini Outdated
py{38,39,310,py311}-dj42
py{38,39,310,311}-dj41
py{38,39,310,311}-dj42
py{310,311,312}-dj42
Copy link
Member

Choose a reason for hiding this comment

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

Should this be py{310,311,312}-dj50?

Copy link
Member Author

Choose a reason for hiding this comment

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

🤦 Yes, oops, fixed here: 96bae53

@aleksihakli
Copy link
Member

Yeah, let's bake a release after this is merged 👍

@mgrdcm
Copy link
Member Author

mgrdcm commented May 7, 2024

Yeah, let's bake a release after this is merged 👍

Awesome! Fixed the one thing you mentioned. I suppose I could merge it but probably best you do since it's my PR :)

I'm also not familiar with how to get a release of this out, are there instructions? Or if you're able to just do it, that works too and thank you!

@mgrdcm mgrdcm requested a review from aleksihakli May 7, 2024 05:57
@aleksihakli aleksihakli merged commit f713a42 into jazzband:master May 7, 2024
23 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