Skip to content

Commit 60f0fee

Browse files
authored
feat(release): Update SDK to use API released on 2023-11-07 travis (#60)
Signed-off-by: Deepak Selvakumar <[email protected]>
1 parent 7727ca6 commit 60f0fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deploy:
3838
script: npx semantic-release
3939
skip_cleanup: true
4040
on:
41-
python: '3.7'
41+
python: '3.8'
4242
branch: master
4343

4444
- provider: pypi
@@ -47,5 +47,5 @@ deploy:
4747
repository: https://upload.pypi.org/legacy
4848
skip_cleanup: true
4949
on:
50-
python: '3.7'
50+
python: '3.8'
5151
tags: true

0 commit comments

Comments
 (0)