From e0f40d0ad4520765f3a1ed8cef37dc16c0cdcfc1 Mon Sep 17 00:00:00 2001 From: Kallinteris Andreas <30759571+Kallinteris-Andreas@users.noreply.github.com> Date: Sat, 23 Dec 2023 15:49:39 +0200 Subject: [PATCH] remove py3.7 from `installation.md` documentation (#199) --- docs/content/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation.md b/docs/content/installation.md index caea3214..d2079bfd 100644 --- a/docs/content/installation.md +++ b/docs/content/installation.md @@ -11,4 +11,4 @@ These environments also require the MuJoCo engine from Deepmind to be installed. Note that the latest environment versions use the latest mujoco python bindings maintained by the MuJoCo team. If you wish to use the old versions of the environments that depend on [mujoco-py](https://github.com/openai/mujoco-py), please install this library with `pip install gymnasium-robotics[mujoco-py]` -We support and test for Python 3.7, 3.8, 3.9, 3.10 and 3.11 on Linux and macOS. We will accept PRs related to Windows, but do not officially support it. \ No newline at end of file +We support and test for Python 3.8, 3.9, 3.10 and 3.11 on Linux and macOS. We will accept PRs related to Windows, but do not officially support it.