File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
230230channels. 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
232232on macOS Python versions 3.12 through 3.13 (inclusive) are supported.
233233Refer to < a href ="/stable.html#os-support "> OS Support</ a > for details on our “end of life”
234234timeline 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
243246compiling your own C++ code against Drake’s C++ code using one of
244247Drake’s pre-compiled binaries:</ p >
Original file line number Diff line number Diff 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
391391Nautilus will fail, and drop all of your release page inputs typed so
You can’t perform that action at this time.
0 commit comments