chore(sdk): Bump KFP Python SDK to support Python v3.10 (#8186)
* Update upper bound for kubernetes dependency * Bump KFP Python SDK to support Py v3.10 * Reset requirements.* changes to isolate out Python v3.10 changes * Add in release note
This commit is contained in:
parent
5ccf53a251
commit
459e5358e6
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
## Major Features and Improvements
|
||||
* Support parallelism setting in ParallelFor [\#8146](https://github.com/kubeflow/pipelines/pull/8146)
|
||||
* Support for Python v3.10 [\#8186](https://github.com/kubeflow/pipelines/pull/8186)
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@ setuptools.setup(
|
|||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Topic :: Scientific/Engineering',
|
||||
'Topic :: Scientific/Engineering :: Artificial Intelligence',
|
||||
'Topic :: Software Development',
|
||||
|
|
|
|||
Loading…
Reference in New Issue