We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de058c commit ceccf96Copy full SHA for ceccf96
setup.py
@@ -30,8 +30,10 @@
30
"License :: OSI Approved :: BSD License",
31
"Natural Language :: English",
32
"Programming Language :: Python :: 3",
33
- "Programming Language :: Python :: 3.6",
34
- "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
35
+ "Programming Language :: Python :: 3.10",
36
+ "Programming Language :: Python :: 3.11",
37
],
38
description="Describe zarr stores from the command line.",
39
long_description=readme,
0 commit comments