Skip to content

Commit 51b26c3

Browse files
committed
Updated classifiers
1 parent 284372c commit 51b26c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
url='https://github.com/aws-deepracer-community/deepracer-utils/',
2222
author='AWS DeepRacer Community',
2323
classifiers=[
24-
'Development Status :: 3 - Alpha',
24+
'Development Status :: 5 - Production/Stable',
2525

2626
# Pick your license as you wish
2727
'License :: OSI Approved :: Apache Software License',
2828

29-
'Programming Language :: Python :: 3.6',
3029
'Programming Language :: Python :: 3.7',
3130
'Programming Language :: Python :: 3.8',
31+
'Programming Language :: Python :: 3.9',
32+
'Programming Language :: Python :: 3.10',
3233

3334
'Topic :: Internet :: Log Analysis'
3435
],

0 commit comments

Comments
 (0)