Skip to content

Commit bad6420

Browse files
committed
Update supported Python version for kubeflow-katib SDK (#1797)
* update supported Python version for kubeflow-katib SDK * stop supporting Python2
1 parent 6329f48 commit bad6420

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sdk/python/v1beta1/setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@
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',
41-
'Programming Language :: Python :: 3.6',
39+
'Programming Language :: Python :: 3 :: Only',
4240
'Programming Language :: Python :: 3.7',
41+
'Programming Language :: Python :: 3.8',
42+
'Programming Language :: Python :: 3.9',
43+
'Programming Language :: Python :: 3.10',
4344
"License :: OSI Approved :: Apache Software License",
4445
"Operating System :: OS Independent",
4546
'Topic :: Scientific/Engineering',

0 commit comments

Comments
 (0)