Drop support for Python 3.7.

Python 3.7 reaches end-of-life on 27 June 2023 (https://devguide.python.org/versions/), and future versions of MuJoCo (after 2.3.6) will no longer support it.

PiperOrigin-RevId: 543594006
Change-Id: I66a7db3dab5d08f2fc52912c43e1532080600fc8
This commit is contained in:
Saran Tunyasuvunakool
2023-06-26 18:04:52 -07:00
committed by Copybara-Service
parent a7021df63e
commit 551a7bbc38
5 changed files with 44 additions and 104 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ Users who wish to build MuJoCo from source should consult the [build from
source] section of the documentation. However, please note that the commit at
the tip of the `main` branch may be unstable.
### Python (>= 3.7)
### Python (>= 3.8)
The native Python bindings, which come pre-packaged with a copy of MuJoCo, can
be installed from [PyPI] via: