Skip to content

python 3.14 test matrix and labels - #65

Merged
mxmlnkn merged 1 commit into
mxmlnkn:mainfrom
fmmoret:python-3.14
Nov 30, 2025
Merged

python 3.14 test matrix and labels#65
mxmlnkn merged 1 commit into
mxmlnkn:mainfrom
fmmoret:python-3.14

Conversation

@fmmoret

@fmmoret fmmoret commented Nov 26, 2025

Copy link
Copy Markdown
Contributor

Is this all that's needed?

@mxmlnkn

mxmlnkn commented Nov 26, 2025

Copy link
Copy Markdown
Owner

Is this all that's needed?

I think so, yes. Thanks for your work!

@mxmlnkn

mxmlnkn commented Nov 26, 2025

Copy link
Copy Markdown
Owner

The pyproject.toml in the librapidarchive should also add the 3.14 specifier, and then the submodule pinning needs to change. And then, I'll probably have to backport this and the fixes to a new 0.15.2 and trigger an updated release.

@mxmlnkn
mxmlnkn merged commit 67ce010 into mxmlnkn:main Nov 30, 2025
18 checks passed
@fmmoret

fmmoret commented Nov 30, 2025

Copy link
Copy Markdown
Contributor Author

Thanks for merging / doing the last chores. I would have helped with some more tomorrow but wrapping up Thanksgiving stuff w/ visiting fam this weekend

@mxmlnkn

mxmlnkn commented Nov 30, 2025

Copy link
Copy Markdown
Owner

No problem. But I think I have dug myself a bit of a hole with trying to make librapidarchive a submodule instead of a low-weight fork ... And the Windows CI suddenly seems to have an issue with building :(

@fmmoret

fmmoret commented Nov 30, 2025

Copy link
Copy Markdown
Contributor Author

Dug around on my phone a bit. May be more issues but i think this line needs a bump from 4 to 5

CIBW_SKIP: "*cp31[4-9]*"

@mxmlnkn

mxmlnkn commented Nov 30, 2025

Copy link
Copy Markdown
Owner

Dug around on my phone a bit. May be more issues but i think this line needs a bump from 4 to 5

CIBW_SKIP: "*cp31[4-9]*"

This was indeed an issue, but a different one. I set it to CIBW_SKIP: "*cp3??t-win*". See also pypa/cibuildwheel#2676 .

The Windows issue seems to have been some weird issue with conda, which I only used to install pigz for the tests. The solution was to install conda and pigz after building the static binary.

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