FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-875: [CI] Bump default Python version on .env so dependencies like archery are installable on CI by raulcd · Pull Request #876 · apache/arrow-java · GitHub

GH-875: [CI] Bump default Python version on .env so dependencies like archery are installable on CI - #876

Closed
raulcd wants to merge 2 commits into
apache:mainfrom
raulcd:GH-875
Closed

GH-875: [CI] Bump default Python version on .env so dependencies like archery are installable on CI#876
raulcd wants to merge 2 commits into
apache:mainfrom
raulcd:GH-875

Conversation

raulcd commented Oct 7, 2025

Copy link
Copy Markdown
Member

What's Changed

Update .env Python version that is used on the underlying docker images so it's compatible with minimum Python version for PyArrow/Archery.

Python 3.9 will be EOL on the next days.

Closes #875

raulcd commented Oct 7, 2025
edited
Loading

Copy link
Copy Markdown
Member Author

For the linux failures it seems pygit2 is building from sdist but I am unsure why, from my understanding it should use (in the x86_64 case) the:
pygit2-1.18.2-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl which is: manylinux: glibc 2.26+ x86-64manylinux: glibc 2.28+ x86-64 otherwise it fails building.

raulcd marked this pull request as draft October 7, 2025 10:16

lidavidm commented Oct 7, 2025

Copy link
Copy Markdown
Member

I think @jbonofre was also trying this in #865

lidavidm commented Oct 7, 2025

Copy link
Copy Markdown
Member
  Building wheels for collected packages: pygit2, pandas

so both pygit2 and pandas.

We could run the image locally and then use pip to tell us what platform tags are supported. Isn't the base image for that intentionally kind of low?

jbonofre commented Oct 7, 2025

Copy link
Copy Markdown
Member

It's already done in #876

jbonofre commented Oct 7, 2025

Copy link
Copy Markdown
Member

I close this one in favor of #865

jbonofre closed this Oct 7, 2025

raulcd commented Oct 7, 2025

Copy link
Copy Markdown
Member Author

Thanks! sounds good to me! I'll keep an eye on #865

raulcd deleted the GH-875 branch October 7, 2025 14:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

[CI] JNI jobs fail to install archery due to old Python version on images

3 participants


Back | FazBrowse Home | New Git URL