Skip to content

Enforce Python 3.10 minimum in package metadata#239

Open
Pranav-s79 wants to merge 1 commit into
fastmachinelearning:mainfrom
Pranav-s79:fix/python-requires
Open

Enforce Python 3.10 minimum in package metadata#239
Pranav-s79 wants to merge 1 commit into
fastmachinelearning:mainfrom
Pranav-s79:fix/python-requires

Conversation

@Pranav-s79

Copy link
Copy Markdown

Summary

Enforce Python 3.10 as QONNX's minimum supported version by enabling the existing python_requires = >=3.10 package metadata declaration.

This prevents package installers from selecting an incompatible QONNX release on Python 3.9 or older.

Validation

  • Confirmed setup.cfg parses python_requires as >=3.10
  • Confirmed git diff --check passes
  • Confirmed the commit changes only the existing python_requires line

Closes #237

🤖 Generated with Claude Code

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.

Minimum python requirement not enforced, but seems to require python>3.10

1 participant