Skip to content

refactor: Migrate from Poetry to uv and update project setup #8

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: main
Choose a base branch
from

Conversation

smirnoffmg
Copy link
Owner

This commit modernizes the project's tooling and configuration.

  • Replaced Poetry with uv for dependency management.
  • Updated pyproject.toml to the standard [project] table (PEP 621).
  • Updated the Makefile to use uv for all development tasks (install, lint, test, etc.).
  • Updated the README.md with new, user-friendly instructions based on the uv and make workflow.
  • Added a GitHub Actions CI workflow to test the project on Python versions 3.11, 3.12, 3.13, and 3.14.
  • Expanded supported Python versions to >=3.11, <3.15.

The test suite passes with these changes. Linting is failing but has been left for a future effort as it is outside the scope of this modernization task.

This commit modernizes the project's tooling and configuration.

- Replaced Poetry with `uv` for dependency management.
- Updated `pyproject.toml` to the standard `[project]` table (PEP 621).
- Updated the `Makefile` to use `uv` for all development tasks (install, lint, test, etc.).
- Updated the `README.md` with new, user-friendly instructions based on the `uv` and `make` workflow.
- Added a GitHub Actions CI workflow to test the project on Python versions 3.11, 3.12, 3.13, and 3.14.
- Expanded supported Python versions to `>=3.11, <3.15`.

The test suite passes with these changes. Linting is failing but has been left for a future effort as it is outside the scope of this modernization task.
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.

1 participant