From f301e34178a40352683222889bb72c6af9e77b70 Mon Sep 17 00:00:00 2001 From: Deepak Selvakumar <77007253+deepaksibm@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:21:59 +0530 Subject: [PATCH] feat(release): Update SDK to use API released on 2023-11-07 travis Signed-off-by: Deepak Selvakumar <77007253+deepaksibm@users.noreply.github.com> --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2873f46..803f0d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ deploy: script: npx semantic-release skip_cleanup: true on: - python: '3.7' + python: '3.8' branch: master - provider: pypi @@ -46,5 +46,5 @@ deploy: repository: https://upload.pypi.org/legacy skip_cleanup: true on: - python: '3.7' + python: '3.8' tags: true