Skip to content

Commit 215263e

Browse files
authored
Update setup.py (#25)
Remove Python 3.10 classifier Remove Alpha Classifier Add Beta Classifier
1 parent c102943 commit 215263e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,12 @@
4040
"impyla"
4141
],
4242
classifiers=[
43-
"Development Status :: 3 - Alpha",
43+
"Development Status :: 4 - Beta",
4444
"Operating System :: MacOS :: MacOS X",
4545
"Operating System :: Microsoft :: Windows",
4646
"Operating System :: POSIX :: Linux",
4747
"Programming Language :: Python :: 3.8",
4848
"Programming Language :: Python :: 3.9",
49-
"Programming Language :: Python :: 3.10",
5049
"License :: OSI Approved :: Apache Software License"
5150
],
5251
zip_safe=False

0 commit comments

Comments
 (0)