Skip to content

Commit 3e1736d

Browse files
saran-tcopybara-github
authored andcommitted
Remove maximum Python version requirement for dm_control.
Fixes #303. PiperOrigin-RevId: 449711039 Change-Id: Ibc1f3173029d248374a58222ec2d1c0e5212eeee
1 parent 7359c4d commit 3e1736d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def is_excluded(s):
194194
'License :: OSI Approved :: Apache Software License',
195195
],
196196
keywords='machine learning control physics MuJoCo AI',
197-
python_requires='>=3.7, <=3.10',
197+
python_requires='>=3.7',
198198
install_requires=[
199199
'absl-py>=0.7.0',
200200
'dm-env',

0 commit comments

Comments
 (0)