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

Drop support for Django 3.2 #277

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Drop support for Django 3.2 #277

merged 2 commits into from
Mar 18, 2024

Conversation

mschoettle
Copy link
Contributor

@mschoettle mschoettle commented Mar 14, 2024

Changes minimum supported version to Django 4.2 in preparation of LTS for Django 3.2 ending in April.

Fixes #269

@@ -27,7 +27,6 @@
classifiers=[
'Environment :: Plugins',
'Framework :: Django',
"Framework :: Django :: 3.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't you drop the 4.0 and 4.1 classifiers too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch! Yes, removed them now.

@mschoettle mschoettle mentioned this pull request Mar 15, 2024
Copy link
Contributor

@samamorgan samamorgan left a comment

Choose a reason for hiding this comment

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

🚀

@jheld jheld merged commit c2aa54c into soynatan:master Mar 18, 2024
8 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.

Drop support for Django <4.2
3 participants