Skip to content

fix: align supported Python metadata - #643

Open
njzjz wants to merge 1 commit into
deepmodeling:masterfrom
njzjz:fix/issue-617-python-metadata
Open

fix: align supported Python metadata#643
njzjz wants to merge 1 commit into
deepmodeling:masterfrom
njzjz:fix/issue-617-python-metadata

Conversation

@njzjz

@njzjz njzjz commented Aug 23, 2026

Copy link
Copy Markdown
Member

Summary

  • align the Python floor with the dependency graph
  • cover every advertised interpreter consistently in CI
  • synchronize conda runtime requirements with PyPI metadata
  • make uv dependency resolution succeed across the supported range

Closes #617

Validation

  • full unit suite: 163 passed, 42 skipped
  • uv run --all-extras resolves successfully
  • pre-commit and Ruff checks passed
  • exact CI ty==0.0.17 check passed
  • CLI smoke checks passed

Repository-wide Pyright retains unrelated baseline diagnostics.

Coding agent: Codex
Codex version: codex-cli 0.149.0
Model: gpt-5.6-sol
Reasoning effort: xhigh

Set the Python floor to the first version supported by the dependency graph, cover every advertised interpreter in CI, and keep conda runtime requirements aligned with PyPI metadata.

Closes deepmodeling#617

Coding-Agent: Codex
Codex-Version: codex-cli 0.144.6
Model: gpt-5.6-sol
Reasoning-Effort: xhigh
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 23, 2026
@coderabbitai

coderabbitai Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

Next included review available in 59 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ee6a8bc8-0c6c-496c-a821-80c0c8868975

📥 Commits

Reviewing files that changed from the base of the PR and between 34ddb4b and 1c24969.

📒 Files selected for processing (4)
  • .github/workflows/test.yml
  • AGENTS.md
  • conda/meta.yaml
  • pyproject.toml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.40%. Comparing base (f547911) to head (1c24969).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #643      +/-   ##
==========================================
+ Coverage   48.38%   48.40%   +0.02%     
==========================================
  Files          40       40              
  Lines        3960     3960              
==========================================
+ Hits         1916     1917       +1     
+ Misses       2044     2043       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Code scan] Align Python support metadata across pyproject, conda, and CI

2 participants