Skip to content

Commit 76a827a

Browse files
committed
add release notes
1 parent 1455a50 commit 76a827a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/source/Support/bskReleaseNotes.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Version |release|
5151
and conversions.
5252
- Updated install requirements to not manually install ``cmake``, but have it installed with pip by including it
5353
in ``requirements_dev.txt``. A ``conan`` dependency requires Basilisk to use ``cmake<4.0`` for now.
54+
- Add support for python 3.13 by removing the use of ``eval()`` and most ``exec()`` methods,
55+
rewrote ``methodizeEvent()`` in ``SimulationBaseClass.py``. If you use python 3.13+ the
56+
scope of the ``eval()`` method has changed (see https://peps.python.org/pep-0667/).
5457

5558

5659
Version 2.6.0 (Feb. 21, 2025)

0 commit comments

Comments
 (0)