Skip to content

Commit

Permalink
Update python version listing
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverwm1 committed Jan 6, 2024
1 parent 6de058c commit ceccf96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
description="Describe zarr stores from the command line.",
long_description=readme,
Expand Down

0 comments on commit ceccf96

Please sign in to comment.