Skip to content

Commit 71135ba

Browse files
authored
Update oldest supported version of macOS to 10.9 (#961)
* Update oldest supported version of macOS to 10.9 Refs: JuliaLang/julia#37121 * Update index.md * Update index.md
1 parent c433eec commit 71135ba

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

downloads/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,16 @@ The platforms currently supported by Julia are listed below. They are divided in
260260
<th> Support Tier </th>
261261
</tr>
262262
<tr>
263-
<td> macOS </td>
264-
<td> 10.8+ </td>
263+
<td rowspan="2"> macOS </td>
264+
<td> 10.9+ </td>
265265
<td> x86-64 (64-bit) </td>
266266
<td> Tier 1 </td>
267267
</tr>
268+
<tr>
269+
<td> 10.6+ </td>
270+
<td> i686 (32-bit) / x86-64 (64-bit) </td>
271+
<td> Tier 3 </td>
272+
</tr>
268273
<tr>
269274
<td rowspan="2"> Windows </td>
270275
<td rowspan="2"> 10+ </td>

downloads/platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Uninstallation is preferably performed by using the Windows uninstaller. The dir
5959

6060
## macOS
6161

62-
On macOS, a `Julia-<version>.dmg` file is provided, which contains `Julia-<version>.app`. Installation is the same as any other Mac software. Drag the `Julia-<version>.app` to Applications Folder's Shortcut. You can also run Julia from the disk image by opening the app. Julia runs on macOS 10.8 and later releases.
62+
On macOS, a `Julia-<version>.dmg` file is provided, which contains `Julia-<version>.app`. Installation is the same as any other Mac software. Drag the `Julia-<version>.app` to Applications Folder's Shortcut. You can also run Julia from the disk image by opening the app. The Julia download runs on macOS 10.9 Mavericks and later releases. You can build from source for macOS 10.6 Snow Leopard, and possibly earlier, and 32-bit, but it is not supported.
6363

6464
To start running Julia from the Terminal, you can do the following:
6565

0 commit comments

Comments
 (0)