Skip to content

Upgrades #2

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Upgrades #2

wants to merge 1 commit into from

Conversation

thmsrmbld
Copy link

Django 5.2 Compatibility Update

This PR updates the project to support Django 5.2 while making several other important improvements:

Changes

  1. Version bump: Increased package version from 0.3 to 0.4
  2. Added support for Django 5.2
  3. Deprecated support for Django versions before 4.2
  4. Updated classifiers in pyproject.toml accordingly
  5. Updated tox configuration to test against Django 4.2, 5.0, 5.2, and main
  6. Ensured Django main branch is only tested on Python 3.12
  7. Updated GitHub workflow to match the new test matrix

Developer tooling:

  1. Updated ruff configuration to use modern syntax structure (moved top-level settings to lint.* sections)
  2. Updated ruff command to use modern ruff check syntax
  3. Added ruff-format to pre-commit configuration
  4. Updated ruff version from v0.1.5 to v0.2.1

@thmsrmbld thmsrmbld self-assigned this May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant