We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6329f48 commit bad6420Copy full SHA for bad6420
sdk/python/v1beta1/setup.py
@@ -35,11 +35,12 @@
35
'Intended Audience :: Developers',
36
'Intended Audience :: Education',
37
'Intended Audience :: Science/Research',
38
- 'Programming Language :: Python :: 2',
39
- 'Programming Language :: Python :: 2.7',
40
'Programming Language :: Python :: 3',
41
- 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3 :: Only',
42
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
43
+ 'Programming Language :: Python :: 3.10',
44
"License :: OSI Approved :: Apache Software License",
45
"Operating System :: OS Independent",
46
'Topic :: Scientific/Engineering',
0 commit comments