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

Update supported versions, remove eol dj22 and py37, add dj5 and py12 #1350

Merged
merged 2 commits into from
Nov 10, 2023

Conversation

adamchainz
Copy link
Contributor

@adamchainz adamchainz commented Oct 27, 2023

Description of the Change

Drop EOL Python 3.7 and Django 2.2.

Add Python 3.12 and Django 5.0.

I looked back at #1264 to figure out the changes required.

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

.github/workflows/test.yml Show resolved Hide resolved
setup.cfg Show resolved Hide resolved
tests/test_application_views.py Show resolved Hide resolved
@adamchainz adamchainz mentioned this pull request Oct 27, 2023
5 tasks
@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #1350 (2c701a0) into master (f580e2e) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1350      +/-   ##
==========================================
- Coverage   97.55%   97.54%   -0.01%     
==========================================
  Files          32       32              
  Lines        2123     2120       -3     
==========================================
- Hits         2071     2068       -3     
  Misses         52       52              
Files Coverage Δ
oauth2_provider/__init__.py 100.00% <ø> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@adamchainz adamchainz force-pushed the django_5.0 branch 2 times, most recently from aa8a2c0 to a13d2e0 Compare October 27, 2023 15:08
@adamchainz
Copy link
Contributor Author

The reduction in coverage percentage is only due to the removal of the lines in __init__.py.

@dopry dopry changed the title Update tested versions Update supported versions, remove eol dj22 and py37, add dj5 and py12 Nov 10, 2023
Copy link
Contributor

@dopry dopry left a comment

Choose a reason for hiding this comment

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

Thanks for helping us keep up with the times!

@dopry dopry merged commit fa4bcdf into jazzband:master Nov 10, 2023
25 checks passed
@adamchainz adamchainz deleted the django_5.0 branch November 10, 2023 20:48
@adamchainz
Copy link
Contributor Author

🙌 Thanks for the updates and merges.

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.

3 participants