Skip to content

[bugfix]: Restrict Python version metadata#1512

Closed
macthecadillac wants to merge 1 commit into
hao-ai-lab:mainfrom
macthecadillac:fix/python-version-metadata-minimal
Closed

[bugfix]: Restrict Python version metadata#1512
macthecadillac wants to merge 1 commit into
hao-ai-lab:mainfrom
macthecadillac:fix/python-version-metadata-minimal

Conversation

@macthecadillac

@macthecadillac macthecadillac commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

Closes #1490.

  • restrict package metadata to the supported Python window, >=3.10,<3.13

Validation

Replaces #1511.

Checklist

  • I ran pre-commit run --all-files and fixed all issues
    • Modal L40S: pre-commit run --all-files --hook-stage manual passed.
  • I added or updated tests for my changes
    • Modal L40S: targeted wheel metadata test passed for the package metadata change.
  • I updated documentation if needed
    • No docs update needed; existing docs already state Python 3.10-3.12 support.
  • I considered GPU memory impact of my changes
    • No GPU/runtime code changes.

For model/pipeline changes, also check:

  • I verified targeted Wan T2V SSIM regression tests pass on L40S
    • Not applicable: this is not a model or pipeline change.
  • I updated the support matrix if adding a new model
    • Not applicable: no model is being added.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the Python version requirement in pyproject.toml to restrict it to versions less than 3.13 (>=3.10,<3.13). There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@mergify mergify Bot added the type: bugfix Bug fix label Jun 29, 2026
@mergify

mergify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Merge Protections

🔴 1 of 1 protections blocking · waiting on 👀 reviews and 🤖 CI

Protection Waiting on
🔴 PR merge requirements 👀 reviews and 🤖 CI

🔴 PR merge requirements

Waiting for

  • #approved-reviews-by>=1
  • check-success=fastcheck-passed
  • check-success=full-suite-passed
This rule is failing.
  • #approved-reviews-by>=1
  • check-success=fastcheck-passed
  • check-success=full-suite-passed
  • check-success~=pre-commit
  • title~=(?i)^\[(feat|feature|bugfix|fix|refactor|perf|ci|doc|docs|misc|chore|kernel|new.?model|skill|skills|infra)\]

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Failed to install via pip

1 participant