Skip to content

Drop support for end-of-life Python 3.7 and 3.8 #563

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

Merged
merged 1 commit into from
Jun 14, 2025

Conversation

johnthagen
Copy link
Collaborator

Description

Drop support for end-of-life Python 3.7 and 3.8

Closes #544

Checklist

Please update this checklist as you complete each item:

  • Tests have been developed for bug fixes or new functionality.
  • The changelog has been updated, if necessary.
  • Documentation has been updated, if necessary.
  • GitHub Issues closed by this PR have been linked.

By submitting this pull request I agree that all contributions comply with this project's open source license(s).

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.52%. Comparing base (dd22aa3) to head (43bead8).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #563   +/-   ##
=======================================
  Coverage   91.52%   91.52%           
=======================================
  Files          19       19           
  Lines         932      932           
  Branches      161      138   -23     
=======================================
  Hits          853      853           
  Misses         43       43           
  Partials       36       36           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@johnthagen johnthagen self-assigned this Jun 14, 2025
@johnthagen johnthagen requested a review from Archmonger June 14, 2025 19:19
Copy link
Owner

@Archmonger Archmonger left a comment

Choose a reason for hiding this comment

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

Approved with the assumption that there are no references to Django 3.7/3.8 in the docs.

@johnthagen
Copy link
Collaborator Author

Approved with the assumption that there are no references to Django 3.7/3.8 in the docs.

I could not find any. There are other unrelated things in the docs that need fixed (like references to Travis and Python 2 in the contributing guide) but I could not find anything about these Python versions.

@johnthagen johnthagen merged commit e44b124 into Archmonger:master Jun 14, 2025
5 checks passed
@johnthagen johnthagen deleted the drop-py37-py38 branch June 14, 2025 22:58
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.

Drop Python 3.7 support
3 participants