Skip to content

Commit

Permalink
docs(basic_usage.md): deprecate python 3.8 and add python 3.12,3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
David-GERARD authored Dec 3, 2024
1 parent 34327d8 commit 251ad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 251ad42

Please sign in to comment.