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

Run CI with Django 4.2 and declare support in package metadata #1452

Merged
merged 3 commits into from
Apr 27, 2023

Conversation

intgr
Copy link
Collaborator

@intgr intgr commented Apr 26, 2023

  • An addition to requirements.txt is enough to use Django version 4.2 in CI.
  • Added Framework :: Django :: 4.2 package classifier

Refs #1450.

@intgr
Copy link
Collaborator Author

intgr commented Apr 26, 2023

Looks like Django 4.2 is not compatible with Python 3.7. I think it's time to drop testing with Python 3.7 anyway, it's EOL in 2 months. And it will unblock pre-commit 3.x update.

Python 3.7 will be officially EOL on 27 June 2023, that's in 2 months.

This simplifies updating to Django 4.2, which no longer supports Python 3.7, and allows upgrading pre-commit.

I won't yet **require** Python 3.8, because the package is still compatible with 3.7, will do that after the 4.2.0 release.
@intgr intgr changed the title Run CI with Django 4.2 and declare in package metadata Run CI with Django 4.2 and declare support in package metadata Apr 26, 2023
@intgr intgr marked this pull request as draft April 26, 2023 18:34
@intgr intgr marked this pull request as ready for review April 27, 2023 08:00
@intgr intgr merged commit c659fc2 into typeddjango:master Apr 27, 2023
@intgr intgr deleted the django-42 branch April 27, 2023 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants