From a2ca139a0515f796f0de971bf1d79cdc7776ba35 Mon Sep 17 00:00:00 2001 From: Timo Klein <36668911+timoklein@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:58:33 +0200 Subject: [PATCH] Update README.md for Python 3.11 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb47493ba..b2a2c25ea 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See the [Project Roadmap](https://github.com/Farama-Foundation/Minigrid/issues/3 To install the Minigrid library use `pip install minigrid`. -We support Python 3.7, 3.8, 3.9 and 3.10 on Linux and macOS. We will accept PRs related to Windows, but do not officially support it. +We support 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. # Environments The included environments can be divided in two groups. The original `Minigrid` environments and the `BabyAI` environments.