Update supported Python versions and remove obsolete 3.9 references.
PiperOrigin-RevId: 874063785 Change-Id: Ia4b2956b632aae5f0211fa766b6d413edcba8fe2
This commit is contained in:
committed by
Copybara-Service
parent
37e993f67e
commit
a043df6bdf
@@ -9,7 +9,7 @@ authors = [
|
||||
{name = "Google DeepMind", email = "mujoco@deepmind.com"},
|
||||
]
|
||||
description = "MuJoCo Physics Simulator"
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.10"
|
||||
license = "Apache-2.0"
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
@@ -17,10 +17,10 @@ classifiers = [
|
||||
"Intended Audience :: Science/Research",
|
||||
"Natural Language :: English",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Topic :: Scientific/Engineering",
|
||||
]
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user