Skip to content

chore: add support for Python 3.12 and Django 5.2#17

Merged
jignaciopm merged 1 commit into
masterfrom
jipm/support-py312
Oct 14, 2025
Merged

chore: add support for Python 3.12 and Django 5.2#17
jignaciopm merged 1 commit into
masterfrom
jipm/support-py312

Conversation

@jignaciopm

Copy link
Copy Markdown
Contributor

🧩 Summary

This PR updates the project dependencies by running make upgrade, aligning them with the latest compatible versions under Python 3.12.
It also updates the Django version constraint to support Django 5.2 while maintaining compatibility with Python ≥3.11 (lower versions are no longer supported).

🛠️ Changes

  • Updated dependency constraints to:
    Django<6.0
    Python>=3.11,<3.12
  • Executed make upgrade using Python 3.12 to regenerate dependency lock files (requirements/*.txt).
  • Verified compatibility across all plugins within the eox-plugins project.

✅ Rationale

  • This upgrade ensures that the project:
  • Remains compatible with modern Python runtimes (3.11 and 3.12).
  • Adopts Django 5.2 improvements and security updates.
  • Aligns dependency versions across all eox-related plugins.
  • Deprecates support for Python versions older than 3.11.

🔍 Verification

  • Ran make test-python under Python 3.12 — all tests passing.
  • Confirmed plugin compatibility with Django 5.2.
  • Validated that no legacy dependencies required Python <3.11.

@jignaciopm jignaciopm requested a review from a team as a code owner October 14, 2025 14:40
@jignaciopm

Copy link
Copy Markdown
Contributor Author

I already checked, and all the workflows are updated to the last major version.

@Asespinel Asespinel left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I didn't get any errors while installing it and it's working in my end

Image

@magajh magajh left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good — seems like we’re covering everything the guide asks for

@jignaciopm jignaciopm merged commit 041c7b5 into master Oct 14, 2025
5 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.

3 participants