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 451aad2 commit 6056e5fCopy full SHA for 6056e5f
setup.py
@@ -38,7 +38,7 @@
38
package_dir={'': '.'},
39
packages=['zarr', 'zarr.tests'],
40
classifiers=[
41
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 6 - Mature',
42
'Intended Audience :: Developers',
43
'Intended Audience :: Information Technology',
44
'Intended Audience :: Science/Research',
@@ -50,6 +50,7 @@
50
'Programming Language :: Python :: 3.6',
51
'Programming Language :: Python :: 3.7',
52
'Programming Language :: Python :: 3.8',
53
+ 'Programming Language :: Python :: 3.9',
54
],
55
maintainer='Alistair Miles',
56
maintainer_email='[email protected]',
0 commit comments