Skip to content

Commit 8bb3b28

Browse files
1 parent 3ca5561 commit 8bb3b28

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

installation.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2 id="supported-configurations">Supported Configurations</h2>
228228

229229
<p>⁽³⁾ The Python version shown in the table is supported for all installation
230230
channels. Additionally, when installing via <code class="language-plaintext highlighter-rouge">pip</code>
231-
on Ubuntu Python versions 3.10 through 3.13 (inclusive) are supported and
231+
on Ubuntu Python versions 3.10 through 3.14 (inclusive) are supported⁽⁶⁾ and
232232
on macOS Python versions 3.12 through 3.13 (inclusive) are supported.
233233
Refer to <a href="/stable.html#os-support">OS Support</a> for details on our “end of life”
234234
timeline for changing which Python versions are supported.</p>
@@ -239,6 +239,9 @@ <h2 id="supported-configurations">Supported Configurations</h2>
239239
<p>⁽⁵⁾ Tahoe support is in development; refer to
240240
<a href="https://github.com/RobotLocomotion/drake/issues/23439">#23439</a> for details.</p>
241241

242+
<p>⁽⁶⁾ Drake’s published Python 3.14 wheels do not support MOSEK, because MOSEK
243+
itself doesn’t yet support Python 3.14.</p>
244+
242245
<p>The following table shows the configurations that <em>must</em> be used when
243246
compiling your own C++ code against Drake’s C++ code using one of
244247
Drake’s pre-compiled binaries:</p>

release_playbook.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,12 @@ <h2 id="cutting-the-release">Cutting the release</h2>
380380
</ul>
381381
</li>
382382
<li>Click the box labeled “Attach binaries by dropping them here or selecting
383-
them.” and then choose for upload the <strong>33</strong> release files from
383+
them.” and then choose for upload the <strong>36</strong> release files from
384384
<code class="language-plaintext highlighter-rouge">/tmp/drake-release/v1.N.0/...</code>:
385385
<ul>
386386
<li>9: 3 <code class="language-plaintext highlighter-rouge">.tar.gz</code> + 6 checksums</li>
387387
<li>6: 2 <code class="language-plaintext highlighter-rouge">.deb</code> + 4 checksums</li>
388-
<li>12: 4 linux <code class="language-plaintext highlighter-rouge">.whl</code> + 8 checksums</li>
388+
<li>15: 5 linux <code class="language-plaintext highlighter-rouge">.whl</code> + 10 checksums</li>
389389
<li>6: 2 macOS arm <code class="language-plaintext highlighter-rouge">.whl</code> + 4 checksums</li>
390390
<li>Note that on Jammy with <code class="language-plaintext highlighter-rouge">snap</code> provided Firefox, drag-and-drop from
391391
Nautilus will fail, and drop all of your release page inputs typed so

0 commit comments

Comments
 (0)