Skip to content

chore: drop Python 3.11 support#51

Merged
feanil merged 4 commits intomainfrom
feanil/drop_python_3.11
Mar 13, 2026
Merged

chore: drop Python 3.11 support#51
feanil merged 4 commits intomainfrom
feanil/drop_python_3.11

Conversation

@feanil
Copy link
Copy Markdown
Contributor

@feanil feanil commented Mar 8, 2026

Summary

  • Drop Python 3.11 support: remove from CI test matrix, tox envlist, and package classifiers
  • Regenerate pinned requirements using Python 3.12
  • Bump version to 1.0.0 — dropping Python support is a breaking change, so this is a major version bump

Context

Python 3.11 is being dropped across the Open edX ecosystem as part of the move
to standardize on Python 3.12. See the tracking issue for the full list of repos:
openedx/public-engineering#499

Test plan

  • CI passes with Python 3.12 only

feanil and others added 2 commits March 7, 2026 19:49
Remove Python 3.11 from CI matrix, tox envlist, and setup.py. Update
python_requires to >=3.12. Part of the broader effort to drop 3.11
across openedx repos: openedx/public-engineering#499

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@feanil feanil marked this pull request as ready for review March 8, 2026 15:19
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@feanil feanil force-pushed the feanil/drop_python_3.11 branch from 399d829 to f10add4 Compare March 10, 2026 17:49
The no-op `def _(text)` was shadowing the `gettext as _` import,
causing pylint 4.0 to flag E0102 (function-redefined). Remove the
no-op so the field display_name and help strings are properly
translated at runtime via gettext.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@feanil feanil requested a review from irtazaakram March 13, 2026 16:41
@feanil feanil merged commit d8c6f42 into main Mar 13, 2026
7 checks passed
@feanil feanil deleted the feanil/drop_python_3.11 branch March 13, 2026 17:09
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