-
Notifications
You must be signed in to change notification settings - Fork 65
chore: add 3.14 beta 1 support #1074
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
Conversation
I thought the beta was showing up, but I guess testing triggered the notification. As soon as the beta is available, we should rebase and merge if it passes. There's a warning from pluggy: pytest-dev/pluggy#573 |
Epel10 hatchling:
Well this will be fun. Let me check if they plan yo update it in centos. I will add a workaround until that gets resolved |
Windows is failing with:
That's on the normal 3.14 build, I didn't add a 3.14t yet. |
HATCH_METADATA_CLASSIFIERS_NO_VERIFY Disables it. Though it’s actually the trove-classifiers package that needs updating, I think. |
On Windows, hitting:
This isn't supposed to use the free-threaded build, though. |
9e7a62e
to
269bfbb
Compare
How do you set an environment variable (HATCH_METADATA_CLASSIFIERS_NO_VERIFY) there? |
You can add it as %generate_buildrequires
+ %if 0%{rhel}
+ export HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
+ %endif
%pyproject_buildrequires -x test,test-meta,test-numpy
%build
+ %if 0%{rhel}
+ export HATCH_METADATA_CLASSIFIERS_NO_VERIFY=1
+ %endif
%pyproject_wheel Edit: added the commit with some documentation about the reason |
Opened upstream issue at https://gitlab.kitware.com/cmake/cmake/-/issues/26926 for Windows, also seeing it in pybind11's test suite, which doesn't use scikit-build-core. |
Weird issue. Shouldn't have this come up in 3.13 as well? Hopefully it is not github action specific. |
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
0c8e3a5
to
2448cad
Compare
Signed-off-by: Henry Schreiner <[email protected]>
Trying this out.