Skip to content

uv lock - #38

Merged
yuji38kwmt merged 4 commits into
mainfrom
202602723-4
Aug 27, 2026
Merged

yuji38kwmt merged 4 commits into
mainfrom
202602723-4

Conversation

@yuji38kwmt

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings August 27, 2026 15:52
@yuji38kwmt
yuji38kwmt merged commit d134610 into main Aug 27, 2026
3 checks passed
@yuji38kwmt
yuji38kwmt deleted the 202602723-4 branch August 27, 2026 15:53

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s development tooling and CI matrix to target newer Python and lint/test tool versions, and refreshes the uv lockfile accordingly.

Changes:

  • Bump dev-tool minimum versions (mypy>=2, pytest>=9) and update uv.lock to match.
  • Extend CI to test against Python 3.14 and switch the lint job to run only on Python 3.14.
  • Remove documentation examples showing how to pin a specific package version when using uvx --from.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
uv.lock Updates locked dev dependency constraints for mypy and pytest.
README.md Removes the uvx “pin package version” usage example from install section.
pyproject.toml Adds Python 3.14 classifier and bumps dev-tool minimum versions.
docs/user_guide/getting_started.rst Removes the uvx “pin package version” usage example from install section.
.github/workflows/lint-test.yml Adds Python 3.14 to the test matrix and runs lint only on 3.14.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +38 to 40
- name: Run lint (Python 3.14 only)
if: matrix.python-version == '3.14'
run: make lint
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