mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 03:27:34 +00:00
Update Python version requirement to 3.12 in documentation and configuration files
- Updated `DEVELOP.md` to reflect CI testing on Python 3.12. - Changed prerequisites in `INSTALL.md` to require Python 3.12 or higher. - Modified `README.md` to specify Python 3.12 as the minimum requirement. - Updated `pyproject.toml` and `uv.lock` to require Python 3.12.
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ Two workflows live in `.github/workflows/`:
|
||||
|
||||
| Workflow | Trigger | Purpose |
|
||||
|----------|---------|---------|
|
||||
| `ci.yml` | Push to `main`, PRs | Run tests + mypy on Python 3.11 and 3.12 |
|
||||
| `ci.yml` | Push to `main`, PRs | Run tests + mypy on Python 3.12 |
|
||||
| `release.yml` | Push of `v*.*.*` tag | Run tests, build wheel + tarball, publish as GitHub Release |
|
||||
|
||||
**To publish a release**: bump version → commit → `git tag vX.Y.Z` → `git push --tags`. CI handles the rest.
|
||||
|
||||
Reference in New Issue
Block a user