Skip to content

Commit 6056e5f

Browse files
authored
Update Python classifiers (close #731) (#733)
1 parent 451aad2 commit 6056e5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
package_dir={'': '.'},
3939
packages=['zarr', 'zarr.tests'],
4040
classifiers=[
41-
'Development Status :: 4 - Beta',
41+
'Development Status :: 6 - Mature',
4242
'Intended Audience :: Developers',
4343
'Intended Audience :: Information Technology',
4444
'Intended Audience :: Science/Research',
@@ -50,6 +50,7 @@
5050
'Programming Language :: Python :: 3.6',
5151
'Programming Language :: Python :: 3.7',
5252
'Programming Language :: Python :: 3.8',
53+
'Programming Language :: Python :: 3.9',
5354
],
5455
maintainer='Alistair Miles',
5556
maintainer_email='[email protected]',

0 commit comments

Comments
 (0)