Skip to content

Commit b2a1c02

Browse files
committed
stop supporting Python2
1 parent eb27922 commit b2a1c02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/python/v1beta1/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
'Intended Audience :: Developers',
3636
'Intended Audience :: Education',
3737
'Intended Audience :: Science/Research',
38-
'Programming Language :: Python :: 2',
39-
'Programming Language :: Python :: 2.7',
4038
'Programming Language :: Python :: 3',
39+
"Programming Language :: Python :: 3 :: Only",
4140
'Programming Language :: Python :: 3.7',
4241
'Programming Language :: Python :: 3.8',
4342
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)