Skip to content

Conversation

@bniladridas
Copy link

What changed

  • Updated Ruff target-version from py39 to py312.

Why

  • The project runs on Python 3.13, while Ruff currently supports target versions up to Python 3.12.
  • Using py312 aligns linting semantics more closely with the runtime and avoids evaluating the codebase against outdated Python 3.9 rules.

Context

Notes

  • Ruff does not yet support py313; py312 is the closest supported target.
  • No runtime or model behavior changes.

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.

1 participant