Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b5c374

Browse files
chore: Update setup.py classifiers (GoogleCloudPlatform#303)
* chore: Update setup.py classifiers Update development status and python versions * chore: Update setup.py classifiers Update development status and python version classifiers
1 parent 85230e4 commit 8b5c374

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,15 @@
3333
author="Google LLC",
3434
author_email="[email protected]",
3535
classifiers=[
36-
"Development Status :: 3 - Alpha",
36+
"Development Status :: 5 - Production/Stable ",
3737
"Intended Audience :: Developers",
3838
"License :: OSI Approved :: Apache Software License",
39-
"Programming Language :: Python :: 3",
40-
"Programming Language :: Python :: 3.5",
41-
"Programming Language :: Python :: 3.6",
4239
"Programming Language :: Python :: 3.7",
4340
"Programming Language :: Python :: 3.8",
4441
"Programming Language :: Python :: 3.9",
4542
"Programming Language :: Python :: 3.10",
43+
"Programming Language :: Python :: 3.11",
44+
"Programming Language :: Python :: 3.12",
4645
],
4746
keywords="functions-framework",
4847
packages=find_packages(where="src"),

0 commit comments

Comments
 (0)