Python 3.9 support (#2088)

* try changes in pr 1804

* fix classifiers

* typo
This commit is contained in:
Justin Terry
2020-12-17 14:55:52 -05:00
committed by GitHub
parent c4d0af393e
commit bdf95c1adc
3 changed files with 6 additions and 2 deletions

View File

@@ -48,5 +48,6 @@ setup(name='gym',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)