Skip to content

Commit

Permalink
Merge pull request #929 from traversaro/patch-9
Browse files Browse the repository at this point in the history
Fix version of pip with wrong python constraints
  • Loading branch information
h-vetinari authored Dec 17, 2024
2 parents 12b247c + 5035b1e commit b9b6d02
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipe/patch_yaml/pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@ then:
- add_depends:
- setuptools
- wheel
---
# See https://github.com/conda-forge/pip-feedstock/issues/132
# There is a build of pip that does not have wheel and setuptools
# dependency, and does not have the correct constraint on the python version
if:
name: pip
version_in: ["24.3.1"]
build: pyh145f28c_1
then:
- replace_depends:
old: python >=3.9
new: python >=3.13.0a0

0 comments on commit b9b6d02

Please sign in to comment.