From 251ad42ca57c7fbe655b81b44eb3921df7593d38 Mon Sep 17 00:00:00 2001 From: David GERARD Date: Tue, 3 Dec 2024 21:33:34 +0000 Subject: [PATCH] docs(basic_usage.md): deprecate python 3.8 and add python 3.12,3.13 --- docs/content/basic_usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/basic_usage.md b/docs/content/basic_usage.md index ad7589919..0194ee7e8 100644 --- a/docs/content/basic_usage.md +++ b/docs/content/basic_usage.md @@ -11,7 +11,7 @@ This does not include dependencies for all families of environments (some enviro To install the dependencies for one family, use `pip install 'pettingzoo[atari]'`, or use `pip install 'pettingzoo[all]'` to install all dependencies. -We support 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. +We support and maintain PettingZoo for Python 3.9, 3.10, 3.11, 3.12 and 3.13 on Linux and macOS. We will accept PRs related to Windows, but do not officially support it. ## Initializing Environments