Skip to content

Conversation

jbonofre
Copy link
Member

@jbonofre jbonofre commented Oct 2, 2025

No description provided.

@jbonofre jbonofre changed the title Upgrade to Apache POM 35 and identify fixes needed to have CI happy MINOR: Upgrade to Apache POM 35 and identify fixes needed to have CI happy Oct 2, 2025
@jbonofre
Copy link
Member Author

jbonofre commented Oct 2, 2025

For the JNI Ubuntu, I see this message from archery:

    × python setup.py egg_info did not run successfully.
    │ exit code: 1
    ╰─> [1 lines of output]
        Python < 3.10 is not supported
        [end of output]

Checking for an update.

@lidavidm
Copy link
Member

lidavidm commented Oct 2, 2025

@jbonofre
Copy link
Member Author

jbonofre commented Oct 2, 2025

Yup agree. It's what I gonna try.

jbonofre and others added 2 commits October 7, 2025 06:39
and identify fixes needed to have CI happy
@raulcd
Copy link
Member

raulcd commented Oct 7, 2025

The error with cffi not being available for free-threaded means it's trying to use free-threaded wheels (an python) which is unexpected from what I understand:

        RuntimeError: CFFI does not support the free-threaded build of CPython 3.13. Upgrade to free-threaded 3.14 or newer to use CFFI with the free-threaded build.

Co-authored-by: Sutou Kouhei <kou@cozmixng.org>

This comment has been minimized.

@jbonofre jbonofre added the dependencies Pull requests that update a dependency file label Oct 8, 2025
@github-actions github-actions bot added this to the 18.4.0 milestone Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants