Skip to content

Commit

Permalink
Merge pull request #882 from AVSLab/feature/ci-linux-opNav
Browse files Browse the repository at this point in the history
Latest linux does not directly support Python 3.11
  • Loading branch information
schaubh authored Dec 22, 2024
2 parents 42cb342 + f2c14eb commit 74e44db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:


build-linux-3-11:
name: Linux Latest opNav
runs-on: ubuntu-latest
name: Linux 22.04 opNav
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.11"]
Expand Down
3 changes: 3 additions & 0 deletions docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ Version |release|
``%include "simulation/dynamics/_GeneralModuleFiles/dynParamManager.h"``. See
``src/simulation/dynamics/dragEffector/dragDynamicEffector.i`` for an example.

- Update CI Linux build with ``opNav`` to use Ubuntu 22.04, not latest (i.e. 24.02). The latter does not
support directly Python 3.11, and Basilisk does not support Python 3.13 yet.


Version 2.5.0 (Sept. 30, 2024)
------------------------------
Expand Down

0 comments on commit 74e44db

Please sign in to comment.