Skip to content

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

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

chore: add support for Python 3.12 and Django 5.2#39
jignaciopm merged 1 commit into
mainfrom
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 17:22
@Asespinel

Copy link
Copy Markdown
Contributor

Tested in my main env and its working without issues:

image

@Asespinel

Copy link
Copy Markdown
Contributor

@jignaciopm did we check if the workflows are updated to the last major version?

@jignaciopm

Copy link
Copy Markdown
Contributor Author

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

@jignaciopm jignaciopm merged commit c9dddb7 into main Oct 14, 2025
1 check passed
@jignaciopm jignaciopm deleted the jipm/support-py312 branch October 14, 2025 22:23
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.

2 participants