Skip to content

Commit 056bf2a

Browse files
1 parent e754be4 commit 056bf2a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

code_style_tools.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ <h1 id="automated-style-checks">Automated style checks</h1>
198198
line.</li>
199199
</ul>
200200
</li>
201-
<li>Bazel: Uses both pycodestyle like Python, and also the buildifier tool as
202-
described in <a href="/bazel.html#updating-build-files">Updating BUILD files</a>.</li>
201+
<li>Bazel: Uses the buildifier tool as described in
202+
<a href="/bazel.html#updating-build-files">Updating BUILD files</a>.</li>
203203
</ul>
204204

205205
<p>To opt-out of all linting (e.g., when committing vendored copies of third-party

from_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h1 id="supported-configurations">Supported Configurations</h1>
223223
<td>3.13</td>
224224
<td>8.4</td>
225225
<td>4.1</td>
226-
<td>Apple LLVM 17 (Xcode 16.4)</td>
226+
<td>Apple LLVM 17 (Xcode 26.0)</td>
227227
<td>OpenJDK 23</td>
228228
</tr>
229229
<tr>

installation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h2 id="supported-configurations">Supported Configurations</h2>
201201
<td>October 2026</td>
202202
</tr>
203203
<tr>
204-
<td>macOS Tahoe (26)</td>
204+
<td>macOS Tahoe (26) ⁽⁵⁾</td>
205205
<td>arm64</td>
206206
<td>TBD</td>
207207
<td>October 2027</td>
@@ -264,7 +264,7 @@ <h2 id="supported-configurations">Supported Configurations</h2>
264264
</tr>
265265
<tr>
266266
<td>macOS Sequoia (15)</td>
267-
<td>Apple LLVM 17 (Xcode 16.4)</td>
267+
<td>Apple LLVM 17 (Xcode 26.0)</td>
268268
<td>C++23</td>
269269
</tr>
270270
<tr>

0 commit comments

Comments
 (0)