Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change requires-python version in pyproject.toml #924

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

kosiew
Copy link
Contributor

@kosiew kosiew commented Oct 16, 2024

Which issue does this PR close?

Closes #923.

Rationale for this change

The current project allows for a Python version >=3.6, but pyarrow versions >=11.0.0 require Python >=3.7, causing a dependency resolution conflict. This PR adjusts the Python version compatibility to prevent errors during dependency installation in environments using older Python versions (like Python 3.6).

What changes are included in this PR?

Updated the requires-python field in pyproject.toml to reflect Python >=3.7 for better compatibility with pyarrow versions >=11.0.0.
This prevents potential dependency conflicts when installing pyarrow with Python 3.6, which is no longer supported by recent versions of pyarrow.

Are there any user-facing changes?

This change restricts the use of Python versions below 3.7 in the project. Users on Python 3.6 will need to upgrade their environment to use the latest version of the project.

Copy link
Contributor

@timsaucer timsaucer left a comment

Choose a reason for hiding this comment

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

Thank you!

@timsaucer timsaucer merged commit fc7e3e5 into apache:main Oct 18, 2024
23 checks passed
@kosiew kosiew deleted the update-min-python-version branch November 25, 2024 07:08
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.

Update pyproject.toml min python version
2 participants