remove python 3.10 pin in run_win_build.bat
template
#2060
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For https://github.com/conda-forge/google-cloud-cpp-feedstock, I need to use an older lief due to conda-forge/lief-feedstock#45 causing the build to time out otherwise. This started failing recently, as our default python version in the image seems to have moved to 3.12, for which we have no
lief<0.14
builds.Once I add a
python=3.11
pin toremote_ci_setup
, things work out again, except on windows. See the diff for conda-forge/google-cloud-cpp-feedstock@ae95a6d in conda-forge/google-cloud-cpp-feedstock#183That's because the windows setup scripts are the only ones that contain a separate python version pin, which conflicts in this case. Remove the 3.10 pin so that this is uniform across platforms.