feat: modernize to uv + pyproject.toml (PEP 621/735) + python-semantic-release - #248
Open
farhan wants to merge 5 commits into
Open
feat: modernize to uv + pyproject.toml (PEP 621/735) + python-semantic-release#248farhan wants to merge 5 commits into
farhan wants to merge 5 commits into
Conversation
…c-release Part of openedx/public-engineering#518 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 tasks
- Move __version__ definition after imports in __init__.py - Update Makefile test target to use pytest with correct flags - Delegate tox test command to make test Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
farhan
marked this pull request as ready for review
July 29, 2026 07:41
workflow_call is out of scope. fail-fast: true is the GitHub Actions default and adds no value when stated explicitly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
PR implemented with the assistance of Claude Code. Refined and validated before being submitted for code review.
Modernize `enmerkar-underscore`
Part of openedx/public-engineering#518
Summary
Removed/Updated
Deleted files: `setup.py`, `setup.cfg`, `requirements/`, `publish_pypi.yml`
Removed Makefile targets: None
Updated Makefile targets:
Python 3.11 dropped
Python 3.11 reached end-of-life on 2025-11-30 and Open edX Sumac dropped it platform-wide. Removed from the tox envlist, CI matrix, and classifiers.
Versioning
[Dynamic] `setuptools-scm` with `dynamic = ["version"]` — master had a PyPI publish workflow; `python-semantic-release` controls the version string at release time via git tags.
Important Notes
Testing Notes
This PR has not been manually tested against the repo's own features. Testing relied on CI checks and local agent tooling (`make requirements`, `make test`, `python -m build`). Repo-owner is encouraged to run the repo's feature tests before merging.
🤖 Generated with Claude Code