Skip to content

fix: pin requires-python <3.13 to prevent pyarrow 17.x build failure#75

Open
daylight-00 wants to merge 1 commit intoRosettaCommons:stagingfrom
daylight-00:fix/pin-python-below-3.13
Open

fix: pin requires-python <3.13 to prevent pyarrow 17.x build failure#75
daylight-00 wants to merge 1 commit intoRosettaCommons:stagingfrom
daylight-00:fix/pin-python-below-3.13

Conversation

@daylight-00
Copy link

@daylight-00 daylight-00 commented Feb 25, 2026

📋 PR Checklist

  • This PR is tagged as a draft if it is still under development and not ready for review.
  • I have run make format on the codebase before submitting the PR (this autoformats the code and lints it).
  • I have named the PR in angular PR message format as well (c.f. above), with a sensible tag line that summarizes all the changes in the PR.
  • I have ensured that all my commits follow angular commit message conventions.

ℹ️ PR Description

What changes were made and why?

Added an upper bound <3.13 to requires-python in pyproject.toml. Once the existing # TODO: Test later versions on pyarrow==17.0.0 is resolved by upgrading to a version that ships Python 3.13 wheels, this pin can be removed.

Copilot AI review requested due to automatic review settings February 25, 2026 08:14
Copy link

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 PR updates the project’s Python compatibility metadata to avoid installation/build failures caused by pyarrow==17.0.0 on Python 3.13 by constraining the supported Python range in pyproject.toml.

Changes:

  • Set requires-python to >=3.11,<3.13 to prevent Python 3.13 environments from attempting to install a pyarrow version without compatible wheels.

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

@daylight-00 daylight-00 changed the base branch from production to staging February 25, 2026 08:20
@daylight-00 daylight-00 force-pushed the fix/pin-python-below-3.13 branch from bed0490 to 20ca807 Compare February 25, 2026 08:22
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.

2 participants