We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e3dc1 commit 1ee7e5fCopy full SHA for 1ee7e5f
1 file changed
setup.py
@@ -27,11 +27,17 @@
27
keywords='irods',
28
classifiers=[
29
'License :: OSI Approved :: BSD License',
30
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
31
'Programming Language :: Python :: 2.7',
32
'Programming Language :: Python :: 3.4',
33
'Programming Language :: Python :: 3.5',
34
'Programming Language :: Python :: 3.6',
35
+ 'Programming Language :: Python :: 3.7',
36
+ 'Programming Language :: Python :: 3.8',
37
+ 'Programming Language :: Python :: 3.9',
38
+ 'Programming Language :: Python :: 3.10',
39
+ 'Programming Language :: Python :: 3.11',
40
+ 'Programming Language :: Python :: 3.12',
41
'Operating System :: POSIX :: Linux',
42
],
43
packages=find_packages(),
0 commit comments