Add support for Python 3.11 to MuJoCo build.

PiperOrigin-RevId: 486911779
Change-Id: I57a043ed9cbdf84cddf776f4654941370f050a8c
This commit is contained in:
Nimrod Gileadi
2022-11-08 04:21:49 -08:00
committed by Copybara-Service
parent 5004a4c8c5
commit 9ffde761e8
+1
View File
@@ -310,6 +310,7 @@ setup(
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering',
],
cmdclass=dict(build_ext=BuildCMakeExtension),