Skip to content

fix: restore python version constraint (==3.12)#227

Merged
r-krishna merged 2 commits intoRosettaCommons:productionfrom
daylight-00:fix/exact-python-version
Mar 3, 2026
Merged

fix: restore python version constraint (==3.12)#227
r-krishna merged 2 commits intoRosettaCommons:productionfrom
daylight-00:fix/exact-python-version

Conversation

@daylight-00
Copy link
Contributor

Commit 49187c3 unintentionally reverted requires-python from ==3.12 back to >=3.12 as a side-effect of the inference fix. This restores the version constraint originally introduced in 8aeacba.

Commit 49187c3 unintentionally reverted requires-python from ==3.12
back to >=3.12 as a side-effect of the inference fix. This restores
the exact version constraint originally introduced in 8aeacba.
Copilot AI review requested due to automatic review settings February 24, 2026 15:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request restores the Python version constraint in pyproject.toml from >=3.12 back to ==3.12. The change corrects an unintentional reversion that occurred in a previous commit (49187c3), returning the constraint to its originally intended state as introduced in commit 8aeacba.

Changes:

  • Restore requires-python constraint from >=3.12 to ==3.12 in pyproject.toml

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@daylight-00 daylight-00 force-pushed the fix/exact-python-version branch from eb9aa6c to 8399cc2 Compare February 26, 2026 00:34
Copy link
Collaborator

@r-krishna r-krishna left a comment

Choose a reason for hiding this comment

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

yep that looks right, thanks for the update!

@r-krishna r-krishna merged commit 7598608 into RosettaCommons:production Mar 3, 2026
2 checks passed
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.

3 participants