From 215263e6917d6bc5930a062d2ffcf2d4a7c5bb07 Mon Sep 17 00:00:00 2001 From: Alasdair Brown Date: Mon, 11 Apr 2022 17:32:22 +0100 Subject: [PATCH] Update setup.py (#25) Remove Python 3.10 classifier Remove Alpha Classifier Add Beta Classifier --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 86e5e64..c6986fa 100644 --- a/setup.py +++ b/setup.py @@ -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