Skip to content

Commit 7b58e00

Browse files
isurufhmaarrfk
andauthored
Lower bound on python
Co-authored-by: Mark Harfouche <[email protected]>
1 parent 6e93d0b commit 7b58e00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,9 +1089,11 @@ to two outputs if replace it with this other approach!
10891089
string: "win_pyh{{ PKG_HASH }}_{{ PKG_BUILDNUM }}" # [win]
10901090
noarch: python
10911091
requirements:
1092-
# ...
1092+
host:
1093+
- python >=3.7
1094+
# ...
10931095
run:
1094-
- python
1096+
- python >=3.7
10951097
- numpy
10961098
- __unix # [unix]
10971099
- __win # [win]

0 commit comments

Comments
 (0)