Skip to content

Commit

Permalink
Merge pull request #58 from conda-forge/beckermr-patch-2
Browse files Browse the repository at this point in the history
fix: update `noarch: python` minimum version syntax to equivalent but more compatible
  • Loading branch information
beckermr authored Nov 7, 2024
2 parents 57233a4 + 64a842d commit 383bb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfep-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ A new value, `python_min`, will be added to the global pinnings file in `conda-f

```yaml
host:
- python {{ python_min }}.*
- python {{ python_min }}
run:
- python >={{ python_min }}

# for recipe.yaml, the test section below is different
# but equivalent constraints can be added
test:
requires:
- python ={{ python_min }}
- python {{ python_min }}
```
Maintainers may override the minimum Python version `python_min` in `recipe/conda_build_config.yaml` or change the build configuration as needed to match the constraints of their specific package.
Expand Down

0 comments on commit 383bb30

Please sign in to comment.