We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284372c commit 51b26c3Copy full SHA for 51b26c3
setup.py
@@ -21,14 +21,15 @@
21
url='https://github.com/aws-deepracer-community/deepracer-utils/',
22
author='AWS DeepRacer Community',
23
classifiers=[
24
- 'Development Status :: 3 - Alpha',
+ 'Development Status :: 5 - Production/Stable',
25
26
# Pick your license as you wish
27
'License :: OSI Approved :: Apache Software License',
28
29
- 'Programming Language :: Python :: 3.6',
30
'Programming Language :: Python :: 3.7',
31
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
32
+ 'Programming Language :: Python :: 3.10',
33
34
'Topic :: Internet :: Log Analysis'
35
],
0 commit comments