Skip to content

Commit

Permalink
Update setup.py (#25)
Browse files Browse the repository at this point in the history
Remove Python 3.10 classifier
Remove Alpha Classifier
Add Beta Classifier
  • Loading branch information
sdairs authored Apr 11, 2022
1 parent c102943 commit 215263e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@
"impyla"
],
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License"
],
zip_safe=False
Expand Down

0 comments on commit 215263e

Please sign in to comment.