-
-
Notifications
You must be signed in to change notification settings - Fork 107
python v3.13.7 #807
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
python v3.13.7 #807
Conversation
…nda-forge-pinning 2025.08.04.23.25.35
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/17433404366. Examine the logs at this URL for more detail. |
|
In the meantime, 3.13.7 was also released, but I think we could still build 3.13.6 in between. 🤷 |
|
Ah, nevermind, we should probably skip 3.13.6. From the announcement linked above:
|
|
Hm. So post-conda-forge/linux-sysroot-feedstock#88, this is picking up in cross-compilation, which then leads to Not sure why this doesn't happen on main or in #809. The simplest would be to add a constraint likely the better solution would be ensure that Python picks up the correct sysroot. |
|
I had a brief look at one of the failed pipelines. It seems that the linker has a problem. Not sure. This apparently occurs during a conda test phase. |
|
The problem on Windows is that it picks up the LLVM tools from MSVC which are not the right version. We need to change the PATH order. |
|
No idea what changed recently; the same problem occurred on the clangdev feedstock. Not sure if we can influence the global PATH (more than environment activation already tries to do, by sorting the environment folders before the rest). Perhaps we need to patch in using full paths upon invocation in Python. The cheap alternative is something like conda-forge/clangdev-feedstock@cb0d977 |
|
This ia coming from the MSVC scripts. I think I did workaround this in some other feedstock (maybe jaxlib or r_clang). I will look into this tomorrow. |
|
We did this here: https://github.com/conda-forge/r_clang_activation-feedstock/pull/10/files This doesn't work here in the same fashion. |
257815a to
8fde9fe
Compare
|
Submitted the patch to upstream: python/cpython#138452 |
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_fileis packagedInformation about this PR:
@conda-forge-admin,please add bot automergein the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.bot-rerunlabel to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun botin a PR comment to have theconda-forge-adminadd it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/16784890575 - please use this URL for debugging.