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

💥 Reduce compatibility to Django 4.2 #303

Merged
merged 9 commits into from
Aug 8, 2024

Conversation

jambonrose
Copy link
Owner

In anticipation of django-improved-user v3, which will be compatible with Django 4.2, 5.0, and 5.1, first:

  • reduce the test suite to just Django 4.2
    (removing Django 2.2, 3.0, 3.1, 3.2, 4.0, 4.1)
  • remove compatibility with Python 3.6 and 3.7
  • upgrade Ubuntu test suite runners 20.04 → 22.04
  • remove deprecated Django features

Note that tests no longer run on the integration example project. This is largely because the project is structured to use django-registration v2, which is not compatible with Django above v2.2. An improved test-suite for the integration material is forthcoming.

Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100%. Comparing base (2ff2ef4) to head (233b885).
Report is 1 commits behind head on development.

Additional details and impacted files
@@            Coverage Diff             @@
##           development   #303   +/-   ##
==========================================
  Coverage          100%   100%           
==========================================
  Files                9      9           
  Lines              174    173    -1     
  Branches            32      9   -23     
==========================================
- Hits               174    173    -1     

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

@jambonrose jambonrose merged commit a943e4c into development Aug 8, 2024
18 checks passed
@jambonrose jambonrose deleted the apinkham/reduce-compatibility-to-4.2 branch August 8, 2024 13:18
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