From 74dcd51d8319fd646ed09c2703a475a3ee5f302b Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Fri, 22 Nov 2024 04:33:31 -0800 Subject: [PATCH] Update changelog with Python 3.13 support (upcoming release) PiperOrigin-RevId: 699127095 Change-Id: I098d1e91e59642f27a764d055c6ae9b77a8b1000 --- doc/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index dafe7daf..917e2e63 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -10,6 +10,10 @@ MJX ^^^ - Added muscle actuators. +Python bindings +^^^^^^^^^^^^^^^ +- Provide prebuilt wheels for Python 3.13. + Bug fixes ^^^^^^^^^ - Fixed :github:issue:`2212`, type error in ``mjx.get_data``.